mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
IDLE DONE on "Still here"
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user