1
0
Fork 0
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:
Allan Quatermain 2023-01-16 12:12:15 +03:00 committed by GitHub
parent c0fdb97879
commit 3765807181
Signed by: github
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 = {