Skip to content

Commit

Permalink
systemui: show opPkg only when different
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed Jun 10, 2024
1 parent ad1f372 commit daedc15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class SystemUIHandler : IXposedHookLoadPackage {
if (channel != null) append("channel=${channel.name}\n")
append("pkg=$pkgName\n")
if (realPkgName != pkgName) append("realPkg=$realPkgName\n")
append("opPkg=${sbn.opPkg}\n")
if (sbn.opPkg != pkgName) append("opPkg=${sbn.opPkg}\n")
append("id=${sbn.id}\n")
append("initialPid=${XposedHelpers.getObjectField(sbn, "initialPid")}\n")
append(
Expand Down

0 comments on commit daedc15

Please sign in to comment.