mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Make sure settings are upgraded
This commit is contained in:
@@ -30,6 +30,9 @@ public class ReceiverAutoStart extends BroadcastReceiver {
|
||||
Intent.ACTION_MY_PACKAGE_REPLACED.equals(intent.getAction())) {
|
||||
Log.i("Received " + intent);
|
||||
|
||||
if (Intent.ACTION_MY_PACKAGE_REPLACED.equals(intent.getAction()))
|
||||
ApplicationEx.upgrade(context);
|
||||
|
||||
ServiceSynchronize.boot(context);
|
||||
ServiceSend.boot(context);
|
||||
ServiceUI.boot(context);
|
||||
|
||||
Reference in New Issue
Block a user