Revert "Update our base themes to avoid crashing MaterialAlertDialog."
This reverts commit 446c7d6bf3
.
This commit is contained in:
parent
39a1ae7722
commit
d1f47972e7
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@
|
|||
<!-- Allows for Overrides -->
|
||||
</style>
|
||||
|
||||
<style name="TextSecure.BaseLightTheme" parent="@style/Theme.Material3.Light">
|
||||
<style name="TextSecure.BaseLightTheme" parent="@style/Theme.MaterialComponents.Light.Bridge">
|
||||
<item name="theme_type">light</item>
|
||||
<item name="android:forceDarkAllowed" tools:targetApi="29">false</item>
|
||||
|
||||
|
@ -233,7 +233,7 @@
|
|||
<!-- leave empty to allow overriding -->
|
||||
</style>
|
||||
|
||||
<style name="TextSecure.BaseDarkTheme" parent="@style/Theme.Material3.Dark">
|
||||
<style name="TextSecure.BaseDarkTheme" parent="@style/Theme.MaterialComponents.Bridge">
|
||||
<item name="theme_type">dark</item>
|
||||
<item name="android:forceDarkAllowed" tools:targetApi="29">false</item>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue