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

Commit c45ca9f0 authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Make VPN dialogs respect dark theme.

Bug: 124441714
Test: manual
Change-Id: I0f2a7e94b2a8dec4b7f9ab747c3f19ab8f3e81c0
parent 4d7990f4
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"