diff --git a/presentation/src/main/java/com/anytypeio/anytype/presentation/sets/ObjectSetViewModel.kt b/presentation/src/main/java/com/anytypeio/anytype/presentation/sets/ObjectSetViewModel.kt index c0ba3293c2..f213e10090 100644 --- a/presentation/src/main/java/com/anytypeio/anytype/presentation/sets/ObjectSetViewModel.kt +++ b/presentation/src/main/java/com/anytypeio/anytype/presentation/sets/ObjectSetViewModel.kt @@ -1020,6 +1020,7 @@ class ObjectSetViewModel( //region NAVIGATION private fun proceedWithOpeningObject(target: Id) { + isCustomizeViewPanelVisible.value = false jobs += viewModelScope.launch { closeBlock.execute(context).fold( onSuccess = {