1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3233 Tech | Observe non-nullable type state (#2317)

This commit is contained in:
Konstantin Ivanov 2025-04-15 14:52:03 +02:00 committed by GitHub
parent 49ae400e28
commit 3e68dab7a7
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -208,7 +208,7 @@ class ObjectTypeViewModel(
private fun proceedWithObservingObjectType() {
viewModelScope.launch {
combine(
storeOfObjectTypes.trackChanges(),
storeOfObjectTypes.observe(id = vmParams.objectId),
storeOfRelations.trackChanges(),
userPermissionProvider.observe(space = vmParams.spaceId),
_objectTypeConflictingFieldIds,