Set alertActivity to null onDestroy

This commit is contained in:
TebbeUbben 2019-01-27 23:02:57 +01:00
parent 68f4a20c2b
commit e23657bfe5

View file

@ -76,6 +76,7 @@ public class InsightAlertActivity extends AppCompatActivity {
@Override
protected void onDestroy() {
alertService.setAlertActivity(null);
unbindService(serviceConnection);
super.onDestroy();
}