pull/182/head
M66B 5 years ago
parent d76e89fd11
commit a8cb85cdc7

@ -4520,7 +4520,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
if (result.size() == 0) if (result.size() == 0)
return; return;
if (undo || true) { canUndo = true;
if (undo) {
moveUndo(result); moveUndo(result);
return; return;
} }

Loading…
Cancel
Save