Skip to content

Commit

Permalink
[Fix] sopt-makers#348 - 찌르기 알림 리스트 뷰에서 찌르기 메시지 타입이 .pokeSomeone만 나오는 …
Browse files Browse the repository at this point in the history
…문제 해결
  • Loading branch information
lsj8706 committed Jan 4, 2024
1 parent 68d5326 commit 6726f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension PokeNotificationListCoordinator {

viewController.vm.onPokeButtonTapped = { [weak self] userModel in
guard let bottomSheet = self?.factory
.makePokeMessageTemplateBottomSheet(messageType: .pokeSomeone)
.makePokeMessageTemplateBottomSheet(messageType: userModel.isFirstMeet ? .pokeSomeone : .pokeFriend)
.vc
.viewController as? PokeMessageTemplateBottomSheet
else { return .empty() }
Expand Down

0 comments on commit 6726f07

Please sign in to comment.