Send NOOP on notice: nice try

pull/187/head
M66B 4 years ago
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…
Cancel
Save