Skip to content

Commit

Permalink
Fixes a crash on Android8 send tip button click (uplift to 1.51.x) (#…
Browse files Browse the repository at this point in the history
…18019)

Uplift of #17955 (squashed) to beta
  • Loading branch information
brave-builds committed Apr 13, 2023
1 parent 93893cd commit 3270cfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/java/res/values-v26/brave_styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
-->

<resources>
<style name="BraveTranslucent" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowBackground">@color/translucent_activity_background_color</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>

<style name="BraveTranslucentMaterial" parent="Theme.MaterialComponents.Light.NoActionBar">
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowBackground">@color/translucent_activity_background_color</item>
Expand Down

0 comments on commit 3270cfe

Please sign in to comment.