Fix app keys

This commit is contained in:
MM20 2023-10-30 17:05:26 +01:00
parent 0a508a37ba
commit 4c0b34e091
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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}"