mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
No can undo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user