Commit 99d7d8dd authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed background being transparent for su request

parent df78fd2d
...@@ -35,11 +35,7 @@ ...@@ -35,11 +35,7 @@
<style name="MagiskTheme.SUFoundation" parent="Theme.MaterialComponents.Light.Dialog" /> <style name="MagiskTheme.SUFoundation" parent="Theme.MaterialComponents.Light.Dialog" />
<style name="MagiskTheme.SU" parent="MagiskTheme.SUFoundation"> <style name="MagiskTheme.SU" parent="MagiskTheme.SUFoundation">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowIsFloating">true</item> <item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowIsTranslucent">true</item> <item name="android:windowIsTranslucent">true</item>
<item name="windowActionBar">false</item> <item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item> <item name="windowNoTitle">true</item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment