mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Keep alive via the watchdog
This commit is contained in:
@@ -115,7 +115,7 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
|
||||
getMainHandler().postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
ServiceSynchronize.eval(ActivityMain.this, "main");
|
||||
ServiceSynchronize.watchdog(ActivityMain.this);
|
||||
ServiceSend.watchdog(ActivityMain.this);
|
||||
}
|
||||
}, SERVICE_START_DELAY);
|
||||
|
||||
Reference in New Issue
Block a user