Skip to content

Commit

Permalink
fix/#264 뒷 배경 누르면 사라지지 않게 removeGestureRecognizer 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Jul 19, 2024
1 parent 3792e4a commit 7825622
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ private extension CreateMeetingViewController {
for: .touchUpInside
)

inviteCodePopUpViewController.rootView.removeGestureRecognizer(
inviteCodePopUpViewController.rootView.gestureRecognizers![0]
)

createMeetingViewModel.createMeeting(
name: createMeetingViewModel.meetingName.value
)
Expand Down

0 comments on commit 7825622

Please sign in to comment.