Skip to content

Commit

Permalink
onboarding, backPress 제어
Browse files Browse the repository at this point in the history
  • Loading branch information
DwEnn committed Oct 18, 2023
1 parent b9c9767 commit bb91d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fun OnboardingScreen(
}

when (pagerState.currentPage) {
0 -> BackHandler(enabled = true) { /*TODO*/ }
OnboardingStepsEnum.KAKAO_SIGN_IN.ordinal -> BackHandler(enabled = true) { /*TODO*/ }
else -> BackHandler(enabled = true) {
onPageIndexChanged(pagerState.currentPage - 1)
}
Expand Down

0 comments on commit bb91d78

Please sign in to comment.