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

Commit 07a46754 authored by Hugh Chen's avatar Hugh Chen
Browse files

Fix "Notification to Allow Messages" dialog is not compatible with dark theme

Use @*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight
to fix dark theme problem.

Bug: 213617624
Test: manual visual
Change-Id: Id207db83e88afdef8b0d7720b4b9cf851cb8872d
parent 563e0e0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2749,7 +2749,7 @@
                  android:excludeFromRecents="true"
                  android:permission="android.permission.BLUETOOTH_CONNECT"
                  android:exported="true"
                  android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
            <intent-filter android:priority="1">
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
                <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />