Skip to content

Commit

Permalink
[feature/#1011] 불필요한 블록 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 23, 2025
1 parent 768c07b commit 7dcde81
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ internal fun CertificationRoute(
viewModel.sideEffect.flowWithLifecycle(lifecycle = lifecycleOwner.lifecycle)
.collect { sideEffect ->
when (sideEffect) {
is CertificationSideEffect.ShowToast -> {
context.toast(sideEffect.message)
}
is CertificationSideEffect.ShowToast -> context.toast(sideEffect.message)

is CertificationSideEffect.NavigateToSocialAccount -> navigateToSocialAccount(status, sideEffect.name)

Expand Down

0 comments on commit 7dcde81

Please sign in to comment.