We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf7ed8 commit f172b6bCopy full SHA for f172b6b
1 file changed
app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt
@@ -505,7 +505,7 @@ object SystemUIHooker : YukiBaseHooker() {
505
when {
506
isEnable.not() -> {
507
if (isTint) view.backgroundTintList = defaultNotifyPanelTintList
508
- else drawable?.setTint(currentColor)
+ else drawable?.setTintList(defaultNotifyPanelTintList)
509
}
510
isTint.not() && view.parent?.parent?.javaClass?.name?.contains("ChildrenContainer") == true -> drawable?.alpha = 0
511
else -> {
0 commit comments