Update version to 1.87,fix more bugs.

This commit is contained in:
2022-03-02 03:14:33 +08:00
parent 0d7f323232
commit 83c98b2ad3

View File

@@ -595,14 +595,14 @@ class HookEntry : YukiHookXposedInitProxy {
}
}
intercept()
}
}.ignoredHookingFailure()
injectMember {
method {
name = "resetIconBgAndPaddings"
param(ImageViewClass, ExpandedNotificationClass.clazz)
}
intercept()
}
}.ignoredHookingFailure()
}.ignoredHookClassNotFoundFailure()
}
}