mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3279 Navigation | Fix | Nav panel fixes (#2032)
This commit is contained in:
parent
b7b30b68d3
commit
3ff9cb6f27
17 changed files with 341 additions and 137 deletions
|
@ -166,12 +166,6 @@ fun DateMainScreen(
|
|||
modifier = Modifier
|
||||
.align(Alignment.BottomCenter)
|
||||
.padding(bottom = 16.dp),
|
||||
backClick = {
|
||||
onDateEvent(DateEvent.NavigationWidget.OnBackClick)
|
||||
},
|
||||
backLongClick = {
|
||||
onDateEvent(DateEvent.NavigationWidget.OnBackLongClick)
|
||||
},
|
||||
searchClick = {
|
||||
onDateEvent(DateEvent.NavigationWidget.OnGlobalSearchClick)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue