Merge "Call super.onDestroy in ResetNetworkConfirm fragment"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d7557125c6
@@ -225,6 +225,7 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
|
||||
mEraseEsimTask.cancel(true /* mayInterruptIfRunning */);
|
||||
mEraseEsimTask = null;
|
||||
}
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user