feat(series-all-by-genre): 시리즈 전체보기 장르별 탭 - 스크롤 로딩 추가

This commit is contained in:
Yu Sung
2025-11-15 06:21:19 +09:00
parent 54a5c99666
commit 6cd0e86308

View File

@@ -48,6 +48,7 @@ struct SeriesMainByGenreView: View {
.contentShape(Rectangle()) .contentShape(Rectangle())
.onAppear { .onAppear {
if index == viewModel.seriesList.count - 1 { if index == viewModel.seriesList.count - 1 {
viewModel.getSeriesListByGenre()
} }
} }
} }