Fixes Article nav/tool bar behaviour

Now consistent with Feed and Timeline
This commit is contained in:
Stuart Breckenridge
2022-01-29 13:52:57 +08:00
parent 4e7c91d833
commit 7249451c99
2 changed files with 23 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ class WebViewController: UIViewController {
private var topShowBarsViewConstraint: NSLayoutConstraint!
private var bottomShowBarsViewConstraint: NSLayoutConstraint!
private var webView: PreloadedWebView? {
var webView: PreloadedWebView? {
return view.subviews[0] as? PreloadedWebView
}