Skip to content

Commit

Permalink
[Feature/#268] 연락처 차단 완료 시 Toast 띄우기 (#269)
Browse files Browse the repository at this point in the history
* feat: 연락처 차단 업데이트 시 Toast 띄우기

* feat: 연락처 차단 업데이트 클릭 시 Alert 추가
  • Loading branch information
leemhyungyu authored and JongHoooon committed Oct 16, 2024
1 parent 1f42bfa commit 9428471
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ extension MyPageFeature {
await send(.withdrawalDidCompleted)
}

case .dismissAlert:
state.destination = nil
return .send(.configureLoadingProgressView(isShow: false))

case .dismissContactsAlert:
state.destination = nil
return .send(.configureLoadingProgressView(isShow: false))
Expand Down

0 comments on commit 9428471

Please sign in to comment.