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

Commit 36a8b7dd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "System Alerts show follow dark theme"

parents 53de12ef 250c61c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -191,7 +191,8 @@ public class AlertController {

    public static final AlertController create(Context context, DialogInterface di, Window window) {
        final TypedArray a = context.obtainStyledAttributes(
                null, R.styleable.AlertDialog, R.attr.alertDialogStyle, 0);
                null, R.styleable.AlertDialog, R.attr.alertDialogStyle,
                R.style.Theme_DeviceDefault_Settings);
        int controllerType = a.getInt(R.styleable.AlertDialog_controllerType, 0);
        a.recycle();