Skip to content

Commit

Permalink
cherry pick #2662 - fix dax dialog flash
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Apr 3, 2024
1 parent 5b67fa4 commit fa0be08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DuckDuckGo/DaxOnboardingViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ class DaxOnboardingViewController: UIViewController, Onboarding {
guard !view.isHidden else { return }

daxDialogContainerHeight.constant = daxDialog?.calculateHeight() ?? 0

self.daxDialog?.reset()

DispatchQueue.main.asyncAfter(deadline: .now() + Constants.animationDelay) {
self.transitionFromOnboarding()
}
Expand Down

0 comments on commit fa0be08

Please sign in to comment.