|
|
@ -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();
|
|
|
|
}
|
|
|
|
}
|
|
|
|