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