mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Can undo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user