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

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

View File

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