Fix Jank when factory resetting
am: 00d746fea3
Change-Id: I9a24e83474cc3591647e0e64054faf2066358918
This commit is contained in:
@@ -82,7 +82,7 @@ public class MasterClearReceiver extends BroadcastReceiver {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (mWipeExternalStorage || mWipeEsims) {
|
if (mWipeExternalStorage) {
|
||||||
// thr will be started at the end of this task.
|
// thr will be started at the end of this task.
|
||||||
new WipeDataTask(context, thr).execute();
|
new WipeDataTask(context, thr).execute();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user