mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-324 | Fixed sets settings view position (#2812)
DROID-324 Set | Fix | Sets settings view position
This commit is contained in:
parent
c0fdb97879
commit
3765807181
1 changed files with 1 additions and 0 deletions
|
@ -1020,6 +1020,7 @@ class ObjectSetViewModel(
|
|||
//region NAVIGATION
|
||||
|
||||
private fun proceedWithOpeningObject(target: Id) {
|
||||
isCustomizeViewPanelVisible.value = false
|
||||
jobs += viewModelScope.launch {
|
||||
closeBlock.execute(context).fold(
|
||||
onSuccess = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue