IDLE DONE on "Still here"

This commit is contained in:
M66B
2020-12-26 13:11:05 +01:00
parent 2cf4158108
commit 02dec069d0
2 changed files with 10 additions and 7 deletions

View File

@@ -973,13 +973,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (e.getMessageType() == StoreEvent.NOTICE) {
EntityLog.log(ServiceSynchronize.this, account.name + " notice: " + message);
// Store NOOP
try {
iservice.getStore().isConnected();
} catch (Throwable ex) {
Log.e(ex);
}
if ("Still here".equals(message) && !isTransient(account)) {
long now = new Date().getTime();
if (now - start < STILL_THERE_THRESHOLD)