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

Commit c5a61590 authored by Raff Tsai's avatar Raff Tsai Committed by android-build-merger
Browse files

Fix Jank when factory resetting

am: 00d746fe

Change-Id: I9a24e83474cc3591647e0e64054faf2066358918
parents 8eb41bdd 00d746fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public class MasterClearReceiver extends BroadcastReceiver {
            }
        };

        if (mWipeExternalStorage || mWipeEsims) {
        if (mWipeExternalStorage) {
            // thr will be started at the end of this task.
            new WipeDataTask(context, thr).execute();
        } else {