Skip to content

Commit

Permalink
[Fix] #226 - 코드 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongdung-eo committed Mar 10, 2024
1 parent e2f2bcf commit 3df2476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ final class AuthCoordinatorImpl: AuthCoordinator {
func showThirdOnboardingViewController() {
let viewController = viewControllerFactory.makeThirdOnboardingViewController(coordinator: self)
changeAnimation()
navigationController.setViewControllers([viewController], animated: false) // logo -> third
navigationController.pushViewController(viewController, animated: false) // logo -> third
}

func showFourthOnboardingViewController() {
Expand Down

0 comments on commit 3df2476

Please sign in to comment.