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

Commit 8bca6876 authored by Eric Schwarzenbach's avatar Eric Schwarzenbach Committed by Android (Google) Code Review
Browse files

Merge "Make "Add Network" dialog fullscreen."

parents 8a5a1b74 c86f5bbd
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;