feat(series-all-by-genre): 시리즈 전체보기 장르별 탭 - 스크롤 로딩 추가
This commit is contained in:
@@ -48,6 +48,7 @@ struct SeriesMainByGenreView: View {
|
||||
.contentShape(Rectangle())
|
||||
.onAppear {
|
||||
if index == viewModel.seriesList.count - 1 {
|
||||
viewModel.getSeriesListByGenre()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user