Skip to content

Commit

Permalink
Merge pull request #621 from yangsubinn/bug/#612
Browse files Browse the repository at this point in the history
[Fix] #612 - 습관방 나가기 후 토스트메세지 안뜨는 문제 해결
  • Loading branch information
yangsubinn authored May 18, 2022
2 parents 4bfdb67 + d04fdc7 commit 0b67e22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ extension HabitRoomVC {
}

private func postNoti() {
NotificationCenter.default.post(name: .leaveRoom, object: nil, userInfo: ["roomName": "\(roomName ?? "")", "waitingRoom": false])
NotificationCenter.default.post(name: .leaveRoom, object: nil, userInfo: ["roomName": "\(roomName ?? "")", "waitingRoom": false, "isHost": false])
}

private func presentToMoreAlert() {
Expand Down

0 comments on commit 0b67e22

Please sign in to comment.