Call super.onDestroy in ResetNetworkConfirm fragment

Test: monkey tests
Change-Id: I0ca8d0296db20a48e318391ef111cada8109e13b
Fixes: 72999943
This commit is contained in:
Antony Sargent
2018-02-06 15:49:12 -08:00
parent 5135ed23c2
commit 1a0d4428ba

View File

@@ -225,6 +225,7 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
mEraseEsimTask.cancel(true /* mayInterruptIfRunning */); mEraseEsimTask.cancel(true /* mayInterruptIfRunning */);
mEraseEsimTask = null; mEraseEsimTask = null;
} }
super.onDestroy();
} }
@Override @Override