更新 UI
This commit is contained in:
@@ -125,11 +125,9 @@ fun NavigationController(navController: NavHostController) {
|
||||
OfficialPhotographer()
|
||||
}
|
||||
composable(route = "Post") {
|
||||
Box(
|
||||
modifier = Modifier.padding(bottom = navigationBarHeight)
|
||||
) {
|
||||
|
||||
PostPage()
|
||||
}
|
||||
|
||||
}
|
||||
composable(route = "ModificationList") {
|
||||
ModificationListScreen()
|
||||
|
||||
Reference in New Issue
Block a user