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

Commit c86f5bbd authored by Eric Schwarzenbach's avatar Eric Schwarzenbach
Browse files

Make "Add Network" dialog fullscreen.

Bug: 35324632
Test: manual

Change-Id: Ideac214eb97d774878ee772daca2b7efceba95b4
parent d75a6927
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -53,7 +53,9 @@ class WifiDialog extends AlertDialog implements WifiConfigUiBase, DialogInterfac

    public WifiDialog(Context context, WifiDialogListener listener, AccessPoint accessPoint,
            int mode) {
        super(context);
        // conditionally sets the theme to fullscreen dialog for "Add Network"
        super(context,
                mode == WifiConfigUiBase.MODE_CONNECT ? R.style.Theme_Settings_NoActionBar : 0);
        mMode = mode;
        mListener = listener;
        mAccessPoint = accessPoint;