mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Reapply "Update our base themes to avoid crashing MaterialAlertDialog."
This reverts commit d1f47972e7.
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
<!-- Allows for Overrides -->
|
<!-- Allows for Overrides -->
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="TextSecure.BaseLightTheme" parent="@style/Theme.MaterialComponents.Light.Bridge">
|
<style name="TextSecure.BaseLightTheme" parent="@style/Theme.Material3.Light">
|
||||||
<item name="theme_type">light</item>
|
<item name="theme_type">light</item>
|
||||||
<item name="android:forceDarkAllowed" tools:targetApi="29">false</item>
|
<item name="android:forceDarkAllowed" tools:targetApi="29">false</item>
|
||||||
|
|
||||||
@@ -233,7 +233,7 @@
|
|||||||
<!-- leave empty to allow overriding -->
|
<!-- leave empty to allow overriding -->
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="TextSecure.BaseDarkTheme" parent="@style/Theme.MaterialComponents.Bridge">
|
<style name="TextSecure.BaseDarkTheme" parent="@style/Theme.Material3.Dark">
|
||||||
<item name="theme_type">dark</item>
|
<item name="theme_type">dark</item>
|
||||||
<item name="android:forceDarkAllowed" tools:targetApi="29">false</item>
|
<item name="android:forceDarkAllowed" tools:targetApi="29">false</item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user