modal item transition

This commit is contained in:
Ethan Pippin 2022-01-08 23:56:58 -07:00
parent 875eafecd1
commit 4bb9488d5e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ struct HomeView: View {
PortraitItemsRowView(rowTitle: "Recently Added",
items: viewModel.latestAddedItems,
showItemTitles: showPosterLabels) { item in
homeRouter.route(to: \.item, item)
homeRouter.route(to: \.modalItem, item)
}
}