diff --git a/app/src/main/kotlin/top/fatweb/oxygen/toolbox/ui/OxygenApp.kt b/app/src/main/kotlin/top/fatweb/oxygen/toolbox/ui/OxygenApp.kt index 99e6170..e3e6e1e 100644 --- a/app/src/main/kotlin/top/fatweb/oxygen/toolbox/ui/OxygenApp.kt +++ b/app/src/main/kotlin/top/fatweb/oxygen/toolbox/ui/OxygenApp.kt @@ -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,