1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Undo after move to selected folder

This commit is contained in:
M66B 2021-06-28 08:58:46 +02:00
parent 0f9b2bc1ae
commit 7ead0c95b5

View file

@ -7751,7 +7751,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
if (copy)
ToastEx.makeText(getContext(), R.string.title_completed, Toast.LENGTH_LONG).show();
else
moveAsk(result, false, !autoclose && onclose == null);
moveAsk(result, true, !autoclose && onclose == null);
}
@Override