Skip to content

Commit

Permalink
๐Ÿ›#297: Share Extension init์‹œ changingMusicViewClickEvent ํ˜ธ์ถœ๋˜๋Š” ํ˜„์ƒ ํ•ด๊ฒฐ
Browse files Browse the repository at this point in the history
- ์›๋ž˜ changingMusicView ํด๋ฆญ ํ• ๋•Œ๋งŒ ์ด๋ฒคํŠธ ๋ฐœ์ƒํ•ด์•ผํ•จ
  • Loading branch information
joseph704 committed Aug 20, 2024
1 parent bdbd55d commit 1ddc889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StreetDrop/ShareExtension/View/ShareViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ private extension ShareViewController {
let input: ShareViewModel.Input = .init(
viewDidLoadEvent: .just(Void()),
sharedMusicKeyWordEvent: sharedMusicKeyWordEvent.asObservable(),
changingMusicViewClickEvent: changingMusicView.rx.tapGesture().asObservable().mapVoid(),
changingMusicViewClickEvent: changingMusicView.rx.tapGesture().when(.recognized).asObservable().mapVoid(),
reSearchingEvent: reSearchingMusicForSharingView.reSearchingEvent,
dropButtonClickEvent: dropButtonClickEvent.asObservable()
)
Expand Down

0 comments on commit 1ddc889

Please sign in to comment.