diff --git a/Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/Home.kt b/Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/Home.kt index f9dee7eb07..8c8612414b 100644 --- a/Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/Home.kt +++ b/Jetcaster/app/src/main/java/com/example/jetcaster/ui/home/Home.kt @@ -171,7 +171,7 @@ fun HomeContent( ) { Column( modifier = modifier.windowInsetsPadding( - WindowInsets.systemBars.only(WindowInsetsSides.Horizontal) + WindowInsets.systemBars.only(WindowInsetsSides.Horizontal + WindowInsetsSides.Bottom) ) ) { // We dynamically theme this sub-section of the layout to match the selected