Fix background blur on Pixel 8

(and other devices (?))

Close #590
This commit is contained in:
MM20
2024-05-23 00:41:43 +02:00
parent 13d2f522e2
commit 6b36fe1963
2 changed files with 20 additions and 7 deletions
+1
View File
@@ -30,6 +30,7 @@
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<item name="android:windowIsTranslucent">true</item>
</style>
<style name="DialogTheme" parent="BaseTheme">