From 7e472c72100d6beb8838bbd63b70a3e22adf55bb Mon Sep 17 00:00:00 2001 From: Chris Brind Date: Mon, 9 Oct 2023 14:32:09 +0100 Subject: [PATCH] remove animation for position of navigation bar --- DuckDuckGo/MainViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/DuckDuckGo/MainViewController.swift b/DuckDuckGo/MainViewController.swift index e945858f40..f3f60cc2ed 100644 --- a/DuckDuckGo/MainViewController.swift +++ b/DuckDuckGo/MainViewController.swift @@ -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) }