Merge code

This commit is contained in:
2022-03-20 21:05:35 +08:00
parent e509f0e6db
commit 9492ae6022

View File

@@ -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 {