Merge code

This commit is contained in:
2022-03-25 14:35:42 +08:00
parent 378edf92eb
commit c8e3e67ce0

View File

@@ -325,7 +325,7 @@ class SystemUIHooker : YukiBaseHooker() {
get() { get() {
val xmsfPkg = notification.extras.getString("xmsf_target_package") ?: "" val xmsfPkg = notification.extras.getString("xmsf_target_package") ?: ""
val targetPkg = notification.extras.getString("target_package") ?: "" val targetPkg = notification.extras.getString("target_package") ?: ""
return xmsfPkg.ifBlank { targetPkg.ifBlank { compatOpPkgName } } return xmsfPkg.ifBlank { targetPkg.ifBlank { packageName } }
} }
/** /**