라이브 탭 새로고침 방법 변경 - 당겨서 새로고침 -> 지금 라이브 중 옆 새로고침 버튼으로 변경
This commit is contained in:
@@ -457,6 +457,14 @@ final class LiveViewModel: ObservableObject {
|
||||
}
|
||||
}
|
||||
|
||||
func refreshLiveNow() {
|
||||
page = 1
|
||||
isLast = false
|
||||
|
||||
self.liveNowItems.removeAll()
|
||||
getLiveNowList()
|
||||
}
|
||||
|
||||
private func getRoomDetail(roomId: Int, onSuccess: @escaping (GetRoomDetailResponse) -> Void) {
|
||||
isLoading = true
|
||||
repository.getRoomDetail(roomId: roomId)
|
||||
|
Reference in New Issue
Block a user