Skip to content

Commit

Permalink
fix: week anime click
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Nov 7, 2023
1 parent 1db698a commit d4aa6ee
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@ fun MainScreen(

// 每周放送
item {
WeekAnimeListWidget(model = weekList)
WeekAnimeListWidget(model = weekList) { _, _, item ->
LogUtil.d("Click $item")
onNavigate(NavigationItems.Detail, listOf(item.id.toString()))
}
}

// bottom space
Expand Down

0 comments on commit d4aa6ee

Please sign in to comment.