Skip to content

Commit

Permalink
fix flash of dax dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Apr 2, 2024
1 parent 82af9c2 commit c5ee6b9
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 c5ee6b9

Please sign in to comment.