mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Watch service leaks
This commit is contained in:
@@ -142,4 +142,10 @@ public class ServicePowerControl extends ControlsProviderService {
|
||||
.putExtra("tab", "misc"),
|
||||
PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
CoalMine.watch(this, this.getClass().getName() + "#onDestroy");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user