mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Small fix
This commit is contained in:
@@ -665,8 +665,8 @@ public class FragmentAccount extends FragmentEx {
|
||||
if (TextUtils.isEmpty(prefix))
|
||||
prefix = null;
|
||||
|
||||
long now = new Date().getTime();
|
||||
Character separator = null;
|
||||
long now = new Date().getTime();
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
EntityAccount account = db.account().getAccount(id);
|
||||
@@ -697,8 +697,8 @@ public class FragmentAccount extends FragmentEx {
|
||||
} else
|
||||
throw ex;
|
||||
}
|
||||
} finally {
|
||||
separator = istore.getDefaultFolder().getSeparator();
|
||||
} finally {
|
||||
if (istore != null)
|
||||
istore.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user