Remove reset of web view controller when returning to foreground.

This commit is contained in:
Maurice Parker 2020-06-16 08:09:28 -05:00
parent 4075da2ee8
commit 7dd20560c3
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ class ArticleViewController: UIViewController {
if AppDefaults.articleFullscreenEnabled {
currentWebViewController?.hideBars()
}
resetWebViewController()
}
// MARK: Actions