Small improvement

This commit is contained in:
M66B 2020-09-24 08:20:19 +02:00
parent 4f45c27e8f
commit 913070deb2
1 changed files with 1 additions and 1 deletions

View File

@ -1598,7 +1598,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
} finally {
// Update state
EntityLog.log(this, account.name + " closing");
db.account().setAccountState(account.id, "closing");
// Stop watching operations
Log.i(account.name + " stop watching operations");
@ -1631,6 +1630,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
// Close store
try {
db.account().setAccountState(account.id, "closing");
EntityLog.log(this, account.name + " store closing");
iservice.close();
EntityLog.log(this, account.name + " store closed");