Another attempt to fix empty URL bar
This commit is contained in:
@@ -98,6 +98,7 @@ class BrowserView: UIView
|
||||
}
|
||||
}(animationCurve)
|
||||
|
||||
toolbarView?.layoutLatch.deactivate()
|
||||
keyboardLayoutOffset = bounds.height - keyboardEndFrame.minY
|
||||
UIView.animate(withDuration: animationDuration, delay: 0.0, options: animationOptions, animations: { self.layoutIfNeeded() }, completion: nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user