Small improvement

pull/190/head
M66B 4 years ago
parent 4a973e38d8
commit 87bce0588a

@ -1406,7 +1406,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
@Override @Override
public void run() { public void run() {
try { try {
wlFolder.acquire(); wlAccount.acquire();
// Close cached connections // Close cached connections
Log.i(account.name + " Empty connection pool"); Log.i(account.name + " Empty connection pool");
@ -1414,7 +1414,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
} catch (Throwable ex) { } catch (Throwable ex) {
Log.e(ex); Log.e(ex);
} finally { } finally {
wlFolder.release(); wlAccount.release();
} }
} }
}); });

Loading…
Cancel
Save