mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-06 10:45:20 +08:00
Merge code
This commit is contained in:
@@ -581,8 +581,8 @@ class HookEntry : YukiHookXposedInitProxy {
|
|||||||
method {
|
method {
|
||||||
name = "setMaxStaticIcons"
|
name = "setMaxStaticIcons"
|
||||||
param(IntType)
|
param(IntType)
|
||||||
beforeHook { isShowNotificationIcons = firstArgs as Int > 0 }
|
|
||||||
}
|
}
|
||||||
|
beforeHook { isShowNotificationIcons = firstArgs as Int > 0 }
|
||||||
}.ignoredNoSuchMemberFailure()
|
}.ignoredNoSuchMemberFailure()
|
||||||
/** 新版方法 - 旧版不存在 */
|
/** 新版方法 - 旧版不存在 */
|
||||||
injectMember {
|
injectMember {
|
||||||
|
Reference in New Issue
Block a user