mirror of
https://github.com/fankes/ColorOSNotifyIcon.git
synced 2025-09-06 10:45:49 +08:00
Merge code
This commit is contained in:
@@ -332,7 +332,7 @@ class HookEntry : YukiHookXposedInitProxy {
|
|||||||
param(ImageViewClass, OplusContrastColorUtilClass.clazz)
|
param(ImageViewClass, OplusContrastColorUtilClass.clazz)
|
||||||
}
|
}
|
||||||
replaceAny { (firstArgs as? ImageView?)?.let { isGrayscaleIcon(it.context, it.drawable) } }
|
replaceAny { (firstArgs as? ImageView?)?.let { isGrayscaleIcon(it.context, it.drawable) } }
|
||||||
}.ignoredNoSuchMemberFailure()
|
}.ignoredHookingFailure()
|
||||||
}
|
}
|
||||||
/** 替换状态栏图标 */
|
/** 替换状态栏图标 */
|
||||||
IconManagerClass.hook {
|
IconManagerClass.hook {
|
||||||
|
Reference in New Issue
Block a user