Add missing function implementation

This commit is contained in:
MM20 2023-11-05 20:04:42 +01:00
parent 801caf9dd6
commit 7c20d541cd
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -67,7 +67,7 @@ internal class UnavailableShortcut(
override val isUnavailable: Boolean = true
override val profile: AppProfile
get() = TODO("Not yet implemented")
get() = if (isMainProfile) AppProfile.Personal else AppProfile.Work
companion object {
internal operator fun invoke(context: Context, id: String, packageName: String, userSerial: Long): UnavailableShortcut? {