mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Added fail-safe
This commit is contained in:
@@ -3374,7 +3374,10 @@ public class FragmentMessages extends FragmentBase
|
||||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, ArrayList<MessageTarget> result) {
|
||||
moveUndo(result);
|
||||
if (result == null || result.size() == 0)
|
||||
redraw(NO_POSITION);
|
||||
else
|
||||
moveUndo(result);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user