Merge "Fix Jank when factory resetting"

This commit is contained in:
TreeHugger Robot
2019-10-02 02:09:17 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {