지금 라이브 중 전체보기 - 당겨서 새로고침이 되지 않던 버그 수정

This commit is contained in:
Yu Sung
2024-01-04 16:16:04 +09:00
parent 3387a1b369
commit bfcc430349
2 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ struct LiveNowAllView: View {
RefreshableScrollView(
refreshing: $viewModel.isRefresh,
action: {
viewModel.page = 1
viewModel.isLast = false
viewModel.getLiveNowList()
},
content: {