Merge "Setting the right theme for clear storage dialog"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0b3d2f4dd5
@@ -181,7 +181,7 @@ public class MasterClearReceiver extends BroadcastReceiver {
|
||||
public WipeDataTask(Context context, Thread chainedTask) {
|
||||
mContext = context;
|
||||
mChainedTask = chainedTask;
|
||||
mProgressDialog = new ProgressDialog(context);
|
||||
mProgressDialog = new ProgressDialog(context, R.style.Theme_DeviceDefault_System);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user