更新 UI

This commit is contained in:
2024-07-18 11:53:43 +08:00
parent 5b530f3ef6
commit e2e58ea955
5 changed files with 286 additions and 85 deletions

View File

@@ -125,11 +125,9 @@ fun NavigationController(navController: NavHostController) {
OfficialPhotographer()
}
composable(route = "Post") {
Box(
modifier = Modifier.padding(bottom = navigationBarHeight)
) {
PostPage()
}
}
composable(route = "ModificationList") {
ModificationListScreen()