Skip to content

Commit

Permalink
#297: Share Extension에서 ShareViewController -> 재검색화면 이동할때 재검색 통신 실패 …
Browse files Browse the repository at this point in the history
…시, 테이블뷰에 빈배열(빈화면) 보여줌
  • Loading branch information
joseph704 committed Aug 20, 2024
1 parent 5eae16d commit bdbd55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StreetDrop/ShareExtension/ViewModel/ShareViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private extension ShareViewModel {
.subscribe(with: self) { owner, musicList in
owner.output.showReSearchedMusicListRelay.accept(musicList)
} onFailure: { owner, error in
// TODO: 요셉, 실패 팝업 띄우기
owner.output.showReSearchedMusicListRelay.accept([])
}
.disposed(by: disposeBag)
}
Expand Down

0 comments on commit bdbd55d

Please sign in to comment.