修改一部分多余的底部页面Padding

This commit is contained in:
2024-07-14 18:32:23 +08:00
parent 12c1ed7e7c
commit bd61217906

View File

@@ -96,11 +96,7 @@ fun NavigationController(navController: NavHostController) {
} }
} }
composable(route = "ProfileTimeline") { composable(route = "ProfileTimeline") {
Box( GalleryPage()
modifier = Modifier.padding(bottom = navigationBarHeight)
) {
GalleryPage()
}
} }
composable(route="LocationDetail") { composable(route="LocationDetail") {
Box( Box(
@@ -117,11 +113,7 @@ fun NavigationController(navController: NavHostController) {
} }
} }
composable(route="OfficialPhotographer") { composable(route="OfficialPhotographer") {
Box( OfficialPhotographer()
modifier = Modifier.padding(bottom = navigationBarHeight)
) {
OfficialPhotographer()
}
} }
composable(route="Post") { composable(route="Post") {
Box( Box(