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

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

Merge "Make VPN dialogs respect dark theme."

parents 503451c4 c45ca9f0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
                 android:allowBackup="false">

        <activity android:name=".ConfirmDialog"
                  android:theme="@android:style/Theme.Material.Light.Dialog.Alert">
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.DEFAULT"/>
@@ -35,7 +35,7 @@
        </activity>

        <activity android:name=".ManageDialog"
                  android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
                  android:noHistory="true"
                  android:excludeFromRecents="true"
                  android:permission="android.permission.NETWORK_SETTINGS"
@@ -44,7 +44,7 @@

        <activity android:name=".AlwaysOnDisconnectedDialog"
                  android:label="@string/always_on_disconnected_title"
                  android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
                  android:noHistory="true"
                  android:excludeFromRecents="true"
                  android:permission="android.permission.NETWORK_SETTINGS"