Skip to content

Commit

Permalink
fix/#382 약속 참여자 아닐 경우 준비 시작 버튼 눌렀을 때 API 호출 안되도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Sep 13, 2024
1 parent 98691c2 commit ed4e6e3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ extension ReadyStatusViewController {

owner.rootView.readyPlanInfoView.editButton.isHidden = flag
owner.rootView.enterReadyButtonView.isUserInteractionEnabled = !flag && isParticipant
owner.rootView.myReadyStatusProgressView.readyStartButton.isUserInteractionEnabled = isParticipant
owner.rootView.myReadyStatusProgressView.moveStartButton.isUserInteractionEnabled = isParticipant
owner.rootView.myReadyStatusProgressView.arrivalButton.isUserInteractionEnabled = isParticipant
}

viewModel.promiseInfo.bindOnMain(with: self) { owner, model in
Expand Down

0 comments on commit ed4e6e3

Please sign in to comment.