Fix scrolling code so that it takes into consideration the content is under the bars now. Issue #1633

This commit is contained in:
Maurice Parker
2020-01-16 19:40:13 -07:00
parent cbaa5f81b0
commit 2584462bc1
2 changed files with 5 additions and 9 deletions

View File

@@ -228,10 +228,6 @@ class ArticleViewController: UIViewController {
currentWebViewController?.focus()
}
func finalScrollPosition() -> CGFloat {
return currentWebViewController?.finalScrollPosition() ?? 0.0
}
func canScrollDown() -> Bool {
return currentWebViewController?.canScrollDown() ?? false
}