mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 11:33:09 +02:00
Small behavior improvement
This commit is contained in:
@@ -3146,7 +3146,6 @@ 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