lydavid / MusicSearch

An Android app for browsing songs, artists, and anything related to them
https://lydavid.github.io/MusicSearch/
Apache License 2.0
35 stars 0 forks source link

This seems to add a blank space of equal height to iOS's screen #868

Open github-actions[bot] opened 5 months ago

github-actions[bot] commented 5 months ago

https://github.com/lydavid/MusicSearch/blob/c86cbfa7983546dc5d6e1ace5ecbb8572c225eea/shared/src/commonMain/kotlin/ly/david/musicsearch/shared/AppRoot.kt#L36


            Scaffold(
                modifier = modifier,
                bottomBar = {
                    // TODO: This seems to add a blank space of equal height to iOS's screen
                    BottomNavigationBar(
                        currentTopLevelScreen = backStack.last().screen,
                        navigateToTopLevelScreen = { screen ->