We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27328aa commit 95db227Copy full SHA for 95db227
1 file changed
app/src/main/java/com/fankes/coloros/notify/hook/entity/SystemUIHooker.kt
@@ -866,10 +866,12 @@ object SystemUIHooker : YukiBaseHooker() {
866
val mBase = instance.asResolver().optional().firstMethodOrNull {
867
name = "getBase"
868
emptyParameters()
869
+ superclass()
870
}?.invokeQuietly()
871
val imageView = mBase?.asResolver()?.optional()?.firstFieldOrNull {
872
name = "mIcon"
873
type = ImageView::class
874
875
}?.getQuietly<ImageView>()
876
imageView?.apply {
877
ExpandableNotificationRowClass.resolve().optional()
0 commit comments