Skip to content

Commit

Permalink
🐛 Progressbar가 생성되지 않는 경우를 위한 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mingun authored and mingun committed Dec 11, 2023
1 parent b2e252e commit dcf3a65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public final class RewindJourneyViewController: UIViewController {
urls.forEach { _ in
let progressView = MSProgressView()
self.progressStackView.addArrangedSubview(progressView)
if self.progressViews == nil { self.progressViews = [] }
self.progressViews?.append(progressView)
}
}
Expand Down

0 comments on commit dcf3a65

Please sign in to comment.