Skip to content

Commit

Permalink
[chore] #26 서버통신 성공 시 뜨는 토스트 메시지 제거(patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Dec 1, 2023
1 parent b0da4df commit 1592477
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class QueueReservationFragment : Fragment() {
} else if (response.code() == 500) {
context!!.showToast("서버 에러 발생")
} else {
context!!.showToast("변경이 완료되었습니다.")
setReservationList()
}
}
Expand Down

0 comments on commit 1592477

Please sign in to comment.