mirror of https://github.com/M66B/FairEmail.git
Fixed crash
This commit is contained in:
parent
d4f98a094f
commit
18b837e779
|
@ -5551,6 +5551,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
db.endTransaction();
|
||||
}
|
||||
|
||||
if (junkOnly == null)
|
||||
junkOnly = false;
|
||||
|
||||
ActionData data = new ActionData();
|
||||
data.delete = (trash == null || junkOnly ||
|
||||
(account != null && account.protocol == EntityAccount.TYPE_POP));
|
||||
|
|
Loading…
Reference in New Issue