Browse Source

idk why its not working

master
Xaver 1 week ago
parent
commit
76d86ac115
  1. 2
      app/src/main/java/at/xaxa/demonstrator2/ui/DemoUI.kt

2
app/src/main/java/at/xaxa/demonstrator2/ui/DemoUI.kt

@ -90,7 +90,7 @@ fun DemoApp(modifier: Modifier = Modifier) { @@ -90,7 +90,7 @@ fun DemoApp(modifier: Modifier = Modifier) {
}
composable(
route = DemoRoutes.Edit.route,
arguments = listOf(navArgument("contactId") {
arguments = listOf(navArgument("taskId") {
type = NavType.IntType
})
) {

Loading…
Cancel
Save