mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-14 16:10:39 +00:00
Can undo
This commit is contained in:
parent
d76e89fd11
commit
a8cb85cdc7
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue