Refactor(BottomAppBar): Adapt virtual button navigation bar
This commit is contained in:
@@ -129,9 +129,7 @@ fun OxygenApp(appState: OxygenAppState) {
|
||||
AnimatedVisibility(
|
||||
visible = appState.shouldShowBottomBar && destination != null
|
||||
) {
|
||||
BottomAppBar(
|
||||
windowInsets = WindowInsets(0)
|
||||
) {
|
||||
BottomAppBar {
|
||||
OxygenBottomBar(
|
||||
destinations = appState.topLevelDestinations,
|
||||
currentDestination = appState.currentDestination,
|
||||
|
||||
Reference in New Issue
Block a user