mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-07 03:05:51 +08:00
Merge code
This commit is contained in:
@@ -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 } }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user