From c8e3e67ce0d6bc70917c046df59944b4fee93898 Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Fri, 25 Mar 2022 14:35:42 +0800 Subject: [PATCH] Merge code --- .../java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt b/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt index a10b27d..4512255 100644 --- a/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt +++ b/app/src/main/java/com/fankes/miui/notify/hook/entity/SystemUIHooker.kt @@ -325,7 +325,7 @@ class SystemUIHooker : YukiBaseHooker() { get() { val xmsfPkg = notification.extras.getString("xmsf_target_package") ?: "" val targetPkg = notification.extras.getString("target_package") ?: "" - return xmsfPkg.ifBlank { targetPkg.ifBlank { compatOpPkgName } } + return xmsfPkg.ifBlank { targetPkg.ifBlank { packageName } } } /**