feat: dynamic bottom bar
This commit is contained in:
parent
e5b477080c
commit
80be99e17f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fun WrenchScaffold(state: WindowState) {
|
|||
floatingActionButton = { if(tabIndex == 0) FloatingButton(watcherManager) },
|
||||
isFloatingActionButtonDocked = true,
|
||||
backgroundColor = UIColors.PRIMARY,
|
||||
bottomBar = { AppBottomBar(state, watcherManager, watcher, currentClick, outputs) { currentClick = it } }
|
||||
bottomBar = { if(tabIndex == 0) AppBottomBar(state, watcherManager, watcher, currentClick, outputs) { currentClick = it } }
|
||||
) {
|
||||
WatcherDisplay(
|
||||
state,
|
||||
|
|
Reference in a new issue