mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Fixes, improvements
This commit is contained in:
@@ -33,7 +33,7 @@ public class ReceiverAutostart extends BroadcastReceiver {
|
||||
if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction()) ||
|
||||
Intent.ACTION_MY_PACKAGE_REPLACED.equals(intent.getAction())) {
|
||||
EntityLog.log(context, intent.getAction());
|
||||
ServiceSynchronize.init(context);
|
||||
ServiceSynchronize.init(context, true);
|
||||
|
||||
Thread thread = new Thread(new Runnable() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user