尝试修复通知面板透明功能在 ColorOS 12 不生效的问题

This commit is contained in:
2022-05-09 01:11:09 +08:00
parent 66ed43f5ad
commit dd75a13970

View File

@@ -710,6 +710,11 @@ object SystemUIHooker : YukiBaseHooker() {
method {
name = "drawRegionBlur"
paramCount = 2
}.remedys {
method {
name = "draw"
paramCount = 2
}
}
beforeHook { modifyNotifyPanelAlpha(instance(), args().last().cast<Drawable>()) }
}