Skip to content

Commit

Permalink
Fix critical bug in Material Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev4Mod committed May 28, 2024
1 parent 2369285 commit 0566f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 3 additions & 1 deletion app/src/main/res/values/themes_overlay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
-->
<resources>

<style name="ThemeOverlay" />
<style name="ThemeOverlay">
<item name="dialogPreferenceStyle">@null</item>
</style>

<style name="ThemeOverlay.Black">
<item name="colorSurface">@android:color/black</item>
Expand Down
11 changes: 1 addition & 10 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
[CUSTOM CSS]
* Fix support to cover in background
* Add support to color-filter in drawable images
* Add support to color-tint in drawable images
* Add support to linear-gradient in background
[HIDE TABS]
* Fix bug in hide tabs
[WA ENHANCER]
* Add Theme mode for Wa Enhancer
* Fix bugs in theme
* Update translations
* Fix critical bug in Material Dialog

0 comments on commit 0566f75

Please sign in to comment.