From bd61217906723e0fd1f503f2654a086166e1503f Mon Sep 17 00:00:00 2001 From: Kevinlinpr Date: Sun, 14 Jul 2024 18:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=9A=84=E5=BA=95=E9=83=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?Padding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/aiosman/riderpro/MainActivity.kt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/app/src/main/java/com/aiosman/riderpro/MainActivity.kt b/app/src/main/java/com/aiosman/riderpro/MainActivity.kt index 6534764..7358918 100644 --- a/app/src/main/java/com/aiosman/riderpro/MainActivity.kt +++ b/app/src/main/java/com/aiosman/riderpro/MainActivity.kt @@ -96,11 +96,7 @@ fun NavigationController(navController: NavHostController) { } } composable(route = "ProfileTimeline") { - Box( - modifier = Modifier.padding(bottom = navigationBarHeight) - ) { - GalleryPage() - } + GalleryPage() } composable(route="LocationDetail") { Box( @@ -117,11 +113,7 @@ fun NavigationController(navController: NavHostController) { } } composable(route="OfficialPhotographer") { - Box( - modifier = Modifier.padding(bottom = navigationBarHeight) - ) { - OfficialPhotographer() - } + OfficialPhotographer() } composable(route="Post") { Box(