Skip to content

Commit

Permalink
Merge pull request #147 from YAPP-Github/fix/issue-146-my-page-withdraw
Browse files Browse the repository at this point in the history
[ISSUE-146] 탈퇴하기 다이얼로그 버튼 동작 정상화
  • Loading branch information
hoyahozz authored Jul 30, 2022
2 parents 45f9933 + 8aeead8 commit c49bbdb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ class MyPageViewModel @Inject constructor(
sendEffect({ MyPageSideEffect.ExitMyPageScreen })
}
is MyPageEvent.OnNegativeButtonClicked -> {
sendEffect({ MyPageSideEffect.MoveToLogin })
withdraw()
}
is MyPageEvent.OnPositiveButtonClicked -> {
withdraw()
updateState { copy(isDialogVisible = false) }
}
}
Expand Down

0 comments on commit c49bbdb

Please sign in to comment.