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

Commit 250c61c8 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

System Alerts show follow dark theme

Test: visual
Change-Id: I2a70b16e6e5e524f0e343fbf72b322c3b3a79383
Fixes: 117979139
parent 3875001f
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();