Skip to content

Commit

Permalink
Fix app keys
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Oct 30, 2023
1 parent 0a508a3 commit 4c0b34e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ internal data class LauncherApp(

override val key: String
// For backwards compatibility, user serial number is not included in main profile
get() = if (isMainProfile) "${domain}://${componentName.packageName}:${componentName.packageName}"
get() = if (isMainProfile) "${domain}://${componentName.packageName}:${componentName.className}"
else "${domain}://${componentName.packageName}:${componentName.className}:${userSerialNumber}"


Expand Down

0 comments on commit 4c0b34e

Please sign in to comment.