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

Commit 93d9e26f authored by Alan Viverette's avatar Alan Viverette
Browse files

Don't re-wrap alert dialog context

Bug: 23038618
Change-Id: Iafe3a45096153d9fe656ad930cc3978d8fab1968
parent ad7719de
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1082,7 +1082,8 @@ public class AlertDialog extends Dialog implements DialogInterface {
         * create and display the dialog.
         * create and display the dialog.
         */
         */
        public AlertDialog create() {
        public AlertDialog create() {
            final AlertDialog dialog = new AlertDialog(P.mContext);
            // Context has already been wrapped with the appropriate theme.
            final AlertDialog dialog = new AlertDialog(P.mContext, 0, false);
            P.apply(dialog.mAlert);
            P.apply(dialog.mAlert);
            dialog.setCancelable(P.mCancelable);
            dialog.setCancelable(P.mCancelable);
            if (P.mCancelable) {
            if (P.mCancelable) {