Added check

pull/187/head
M66B 4 years ago
parent 71cb5d05fb
commit 04eca44f11

@ -1169,6 +1169,8 @@ class Core {
DB db = DB.getInstance(context);
EntityAccount account = db.account().getAccount(folder.account);
if (account == null)
throw new IllegalArgumentException("account missing");
try {
if (removed) {

Loading…
Cancel
Save