Show number of messages for undo

pull/182/head
M66B 5 years ago
parent 388bda791d
commit 5f565641d4

@ -4676,7 +4676,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
// Show undo snackbar
final Snackbar snackbar = Snackbar.make(
content,
getString(R.string.title_moving, getDisplay(result)),
getString(R.string.title_move_undo, getDisplay(result), result.size()),
Snackbar.LENGTH_INDEFINITE);
snackbar.setAction(R.string.title_undo, new View.OnClickListener() {
@Override

@ -777,7 +777,7 @@
<string name="title_reply_list">Reply to list</string>
<string name="title_reply_receipt">Send read receipt</string>
<string name="title_reply_template">Reply with template</string>
<string name="title_moving">Moving to %1$s</string>
<string name="title_move_undo">Moving to %1$s (%2$d)</string>
<string name="title_open_with">Open with</string>
<string name="title_authentication_failed">%1$s authentication failed</string>

Loading…
Cancel
Save