|
|
@ -3734,8 +3734,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|
|
|
Bundle aargs = new Bundle();
|
|
|
|
Bundle aargs = new Bundle();
|
|
|
|
aargs.putString("question", getResources()
|
|
|
|
aargs.putString("question", getResources()
|
|
|
|
.getQuantityString(R.plurals.title_deleting_messages, ids.size(), ids.size()));
|
|
|
|
.getQuantityString(R.plurals.title_deleting_messages, ids.size(), ids.size()));
|
|
|
|
if (!EntityFolder.TRASH.equals(type) && !EntityFolder.JUNK.equals(type))
|
|
|
|
aargs.putString("remark", getString(R.string.title_no_undo));
|
|
|
|
aargs.putString("confirm", getString(R.string.title_no_undo));
|
|
|
|
|
|
|
|
aargs.putLongArray("ids", Helper.toLongArray(ids));
|
|
|
|
aargs.putLongArray("ids", Helper.toLongArray(ids));
|
|
|
|
aargs.putBoolean("warning", true);
|
|
|
|
aargs.putBoolean("warning", true);
|
|
|
|
|
|
|
|
|
|
|
|