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

Commit de9fe44b authored by shreerag's avatar shreerag Committed by Josh Yang
Browse files

Setting the right theme for clear storage dialog

Bug: 109963539
Change-Id: If13e4597091c2d6edd165887192ec211d6dc19a9
(cherry picked from commit 4eef796d90ee034da4f0133fe43199fd80955eff)
(cherry picked from commit a0558ade5b2e37555c56f972f709d37ca4fe3489)
parent 47c3baab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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