mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 10:33:41 +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);
|
||||
|
||||
@@ -5623,7 +5623,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, ArrayList<MessageTarget> result) {
|
||||
moveAsk(result, false, true);
|
||||
boolean nocanundo = args.getBoolean("nocanundo");
|
||||
moveAsk(result, false, !nocanundo);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user