No can undo

This commit is contained in:
M66B
2020-02-02 09:33:52 +01:00
parent 768436f3c6
commit 9a494ecf65
2 changed files with 3 additions and 1 deletions

View File

@@ -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