Add missing function implementation
This commit is contained in:
parent
801caf9dd6
commit
7c20d541cd
@ -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? {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user