Skip to content

Commit

Permalink
Add missing animated
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Olivares committed Jul 4, 2024
1 parent 65292df commit 0125f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class TurboNavigationHierarchyController {
private func clearAll(via proposal: VisitProposal) {
navigationController.dismiss(animated: proposal.animated)
navigationController.popToRootViewController(animated: proposal.animated)
refreshIfTopViewControllerIsVisitable(from: .main)
refreshIfTopViewControllerIsVisitable(from: .main, animated: proposal.animated)
}

private func replaceRoot(with controller: UIViewController, via proposal: VisitProposal) {
Expand Down

0 comments on commit 0125f79

Please sign in to comment.