Skip to content

Commit

Permalink
Remove unneeded argument
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Nov 14, 2023
1 parent 77faf38 commit 9c0a0d7
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,7 @@ fun ListsHome(
}

contentListFactories.forEach { contentListFactory ->
composable(
route = contentListFactory.route,
arguments = listOf(
navArgument("bu") { type = NavType.StringType }
)
) {
composable(route = contentListFactory.route) {
val contentList = contentListFactory.parse(it)

BackHandler {
Expand Down

0 comments on commit 9c0a0d7

Please sign in to comment.