Merge "Fix Jank when factory resetting"
This commit is contained in:
committed by
Android (Google) Code Review
commit
92818ea47c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user