mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Added check
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user