mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Watch services/theads
This commit is contained in:
@@ -28,4 +28,10 @@ public class ServiceTileClear extends TileService {
|
||||
public void onClick() {
|
||||
startActivityAndCollapse(ActivityClear.getIntent(this));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
CoalMine.watch(this, getClass().getSimpleName() + "#onDestroy()");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user