지금 라이브 중 전체보기 - 당겨서 새로고침이 되지 않던 버그 수정
This commit is contained in:
@@ -24,6 +24,8 @@ struct LiveNowAllView: View {
|
||||
RefreshableScrollView(
|
||||
refreshing: $viewModel.isRefresh,
|
||||
action: {
|
||||
viewModel.page = 1
|
||||
viewModel.isLast = false
|
||||
viewModel.getLiveNowList()
|
||||
},
|
||||
content: {
|
||||
|
Reference in New Issue
Block a user