diff --git a/app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt b/app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt index d104111..89215fc 100644 --- a/app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt +++ b/app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt @@ -505,7 +505,7 @@ object SystemUIHooker : YukiBaseHooker() { when { isEnable.not() -> { if (isTint) view.backgroundTintList = defaultNotifyPanelTintList - else drawable?.setTint(currentColor) + else drawable?.setTintList(defaultNotifyPanelTintList) } isTint.not() && view.parent?.parent?.javaClass?.name?.contains("ChildrenContainer") == true -> drawable?.alpha = 0 else -> {