mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Allow long press copy for single messages
This commit is contained in:
parent
efb178f0af
commit
443a5b12e7
1 changed files with 1 additions and 0 deletions
|
@ -5242,6 +5242,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
args.putLongArray("disabled", disabled);
|
||||
args.putLong("message", message.id);
|
||||
args.putBoolean("copy", copy);
|
||||
args.putBoolean("cancopy", true);
|
||||
args.putBoolean("similar", false);
|
||||
|
||||
FragmentDialogFolder fragment = new FragmentDialogFolder();
|
||||
|
|
Loading…
Reference in a new issue