No can undo

This commit is contained in:
M66B
2020-02-02 09:33:52 +01:00
parent 768436f3c6
commit 9a494ecf65
2 changed files with 3 additions and 1 deletions

View File

@@ -3138,6 +3138,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
args.putLong("message", message.id);
args.putBoolean("copy", copy);
args.putBoolean("similar", false);
args.putBoolean("nocanundo", true);
FragmentDialogFolder fragment = new FragmentDialogFolder();
fragment.setArguments(args);