mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
No can undo
This commit is contained in:
@@ -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