This commit is contained in:
M66B 2020-06-20 22:14:56 +02:00
parent d76e89fd11
commit a8cb85cdc7
1 changed files with 3 additions and 1 deletions

View File

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