mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Small fix
This commit is contained in:
parent
9538804ba0
commit
97df7ae400
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue