Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a0d4428 authored by Antony Sargent's avatar Antony Sargent
Browse files

Call super.onDestroy in ResetNetworkConfirm fragment

Test: monkey tests
Change-Id: I0ca8d0296db20a48e318391ef111cada8109e13b
Fixes: 72999943
parent 5135ed23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ public class ResetNetworkConfirm extends InstrumentedFragment {
            mEraseEsimTask.cancel(true /* mayInterruptIfRunning */);
            mEraseEsimTask = null;
        }
        super.onDestroy();
    }

    @Override