We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ed43f commit dd75a13Copy full SHA for dd75a13
1 file changed
app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt
@@ -710,6 +710,11 @@ object SystemUIHooker : YukiBaseHooker() {
710
method {
711
name = "drawRegionBlur"
712
paramCount = 2
713
+ }.remedys {
714
+ method {
715
+ name = "draw"
716
+ paramCount = 2
717
+ }
718
}
719
beforeHook { modifyNotifyPanelAlpha(instance(), args().last().cast<Drawable>()) }
720
0 commit comments