From 39ede548ff586594dabdaa0aa8a20690df57641c Mon Sep 17 00:00:00 2001 From: Junsu Park Date: Mon, 12 Feb 2024 01:18:34 +0900 Subject: [PATCH] added bottom padding for home content --- .../app/src/main/java/com/example/jetcaster/ui/home/Home.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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