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:
parent
49ae400e28
commit
3e68dab7a7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue