Fixed crash

pull/206/head
M66B 3 years ago
parent d4f98a094f
commit 18b837e779

@ -5551,6 +5551,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
db.endTransaction(); db.endTransaction();
} }
if (junkOnly == null)
junkOnly = false;
ActionData data = new ActionData(); ActionData data = new ActionData();
data.delete = (trash == null || junkOnly || data.delete = (trash == null || junkOnly ||
(account != null && account.protocol == EntityAccount.TYPE_POP)); (account != null && account.protocol == EntityAccount.TYPE_POP));

Loading…
Cancel
Save