Skip to content

Commit

Permalink
remove animation for position of navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Oct 9, 2023
1 parent 6db2f7e commit 7e472c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDuckGo/MainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ class MainViewController: UIViewController {
let frame = self.findInPageView.frame
UIView.animate(withDuration: duration, delay: 0, options: animationCurve, animations: {
self.findInPageView.frame = CGRect(x: 0, y: y - frame.height, width: frame.width, height: frame.height)
self.view.layoutIfNeeded()
}, completion: nil)

}
Expand Down

0 comments on commit 7e472c7

Please sign in to comment.