1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-14 16:10:39 +00:00
This commit is contained in:
M66B 2020-06-20 22:14:56 +02:00
parent d76e89fd11
commit a8cb85cdc7

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;
}