mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Allow hiding pro banner one day
This commit is contained in:
@@ -34,7 +34,7 @@ public class ReceiverAutoStart extends BroadcastReceiver {
|
||||
Log.i("Received " + intent);
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
prefs.edit().remove("last_vacuum").apply();
|
||||
prefs.edit().remove("banner").apply();
|
||||
|
||||
ServiceSynchronize.boot(context);
|
||||
ServiceSend.boot(context);
|
||||
|
||||
Reference in New Issue
Block a user