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

Commit d7557125 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Call super.onDestroy in ResetNetworkConfirm fragment"

parents 9a922cf6 1a0d4428
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