OSDN Git Service

Call super.onDestroy in ResetNetworkConfirm fragment
authorAntony Sargent <asargent@google.com>
Tue, 6 Feb 2018 23:49:12 +0000 (15:49 -0800)
committerAntony Sargent <asargent@google.com>
Tue, 6 Feb 2018 23:49:12 +0000 (15:49 -0800)
Test: monkey tests
Change-Id: I0ca8d0296db20a48e318391ef111cada8109e13b
Fixes: 72999943

src/com/android/settings/ResetNetworkConfirm.java

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