DROID-324 | Fixed sets settings view position (#2812)

DROID-324 Set | Fix | Sets settings view position
This commit is contained in:
Allan Quatermain 2023-01-16 12:12:15 +03:00 committed by GitHub
parent c0fdb97879
commit 3765807181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1020,6 +1020,7 @@ class ObjectSetViewModel(
//region NAVIGATION
private fun proceedWithOpeningObject(target: Id) {
isCustomizeViewPanelVisible.value = false
jobs += viewModelScope.launch {
closeBlock.execute(context).fold(
onSuccess = {