mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1526 Set | Fix | Hide bottom toolbar on back pressed (#196)
This commit is contained in:
parent
a104e8a446
commit
073d92e44a
1 changed files with 5 additions and 1 deletions
|
@ -1063,7 +1063,11 @@ open class ObjectSetFragment :
|
|||
if (childFragmentManager.backStackEntryCount > 0) {
|
||||
childFragmentManager.popBackStack()
|
||||
} else {
|
||||
vm.onSystemBackPressed()
|
||||
if (vm.isCustomizeViewPanelVisible.value) {
|
||||
vm.onHideViewerCustomizeSwiped()
|
||||
} else {
|
||||
vm.onSystemBackPressed()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue