mirror of https://github.com/M66B/FairEmail.git
Send NOOP on notice: nice try
This commit is contained in:
parent
1dd8bcc02b
commit
466bd2d5f1
|
@ -934,6 +934,9 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
if (e.getMessageType() == StoreEvent.NOTICE) {
|
||||
EntityLog.log(ServiceSynchronize.this, account.name + " notice: " + message);
|
||||
|
||||
// Store NOOP
|
||||
//iservice.getStore().isConnected();
|
||||
|
||||
if ("Still here".equals(message) && !account.ondemand) {
|
||||
long now = new Date().getTime();
|
||||
if (now - start < STILL_THERE_THRESHOLD)
|
||||
|
|
Loading…
Reference in New Issue