Small fix

This commit is contained in:
M66B 2018-12-29 16:49:22 +00:00
parent 9538804ba0
commit 97df7ae400
1 changed files with 2 additions and 2 deletions

View File

@ -665,8 +665,8 @@ public class FragmentAccount extends FragmentEx {
if (TextUtils.isEmpty(prefix)) if (TextUtils.isEmpty(prefix))
prefix = null; prefix = null;
long now = new Date().getTime();
Character separator = null; Character separator = null;
long now = new Date().getTime();
DB db = DB.getInstance(context); DB db = DB.getInstance(context);
EntityAccount account = db.account().getAccount(id); EntityAccount account = db.account().getAccount(id);
@ -697,8 +697,8 @@ public class FragmentAccount extends FragmentEx {
} else } else
throw ex; throw ex;
} }
} finally {
separator = istore.getDefaultFolder().getSeparator(); separator = istore.getDefaultFolder().getSeparator();
} finally {
if (istore != null) if (istore != null)
istore.close(); istore.close();
} }