修改一部分多余的底部页面Padding
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user