mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Removed selected toast
This commit is contained in:
parent
f2c027dc3e
commit
299178d418
2 changed files with 0 additions and 10 deletions
|
@ -4594,11 +4594,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
Context context = getContext();
|
||||
if (context == null)
|
||||
return;
|
||||
|
||||
ToastEx.makeText(context,
|
||||
context.getResources().getQuantityString(
|
||||
R.plurals.title_selected_conversations, ids.size(), ids.size()),
|
||||
Toast.LENGTH_LONG).show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -72,11 +72,6 @@
|
|||
<item quantity="other">%1$d new</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="title_selected_conversations">
|
||||
<item quantity="one">Selected %1$d conversation</item>
|
||||
<item quantity="other">Selected %1$d conversations</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="title_moving_messages">
|
||||
<item quantity="one">Move %1$d message?</item>
|
||||
<item quantity="other">Move %1$d messages?</item>
|
||||
|
|
Loading…
Reference in a new issue