Skip to content

Commit

Permalink
[HOTFIX/#193] final QA 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
angryPodo committed Jan 24, 2025
1 parent 93fc296 commit cab82e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ fun RegisterScreen(
text = "장소를 등록하면 수저를 획득할 수 있어요"
)
LaunchedEffect(Unit) {
delay(SHOW_REGISTER_SNACKBAR_TIME)
viewModel.hideRegisterSnackBar()
delay(SHOW_REGISTER_SNACKBAR_TIME)
}
}
}
Expand Down

0 comments on commit cab82e0

Please sign in to comment.