This commit is contained in:
M66B
2022-04-23 22:35:11 +02:00
parent 21612c97e5
commit 0ea320d4fa
8 changed files with 0 additions and 23 deletions

View File

@@ -84,10 +84,4 @@ 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()");
}
}