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

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

Merge "Fix Jank when factory resetting"

parents f448e212 d5b15109
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,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 {