mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Watch services/theads
This commit is contained in:
@@ -84,4 +84,10 @@ public class ServiceTileSynchronize extends TileService implements SharedPrefere
|
||||
boolean enabled = !prefs.getBoolean("enabled", true);
|
||||
prefs.edit().putBoolean("enabled", enabled).apply();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
CoalMine.watch(this, getClass().getSimpleName() + "#onDestroy()");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user