Skip to content

Commit 491c3b0

Browse files
committed
fix 오류 알림 메인스레드 실행
1 parent 4f64f1d commit 491c3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Projects/Features/LiveStreamFeature/Sources/Player/ViewControllers/LiveStreamViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ public final class LiveStreamViewController: BaseViewController<LiveStreamViewMo
209209
.store(in: &subscription)
210210

211211
output.showAlert
212+
.receive(on: DispatchQueue.main)
212213
.sink { [weak self] _ in
213214
guard let self else { return }
214215
showDissmissAlert()

0 commit comments

Comments
 (0)