Make next unread button work with new async feed functionality.

This commit is contained in:
Maurice Parker
2019-11-24 13:37:56 -06:00
parent 4ea655df79
commit 5c4cd072ce
3 changed files with 30 additions and 19 deletions

View File

@@ -141,7 +141,8 @@ class ArticleViewController: UIViewController {
}
override func viewSafeAreaInsetsDidChange() {
UIView.animate(withDuration: 1) {
// When the bars are hiding, the bar hiding duration is used. In all other cases, execute immediately.
UIView.animate(withDuration: 0.0) {
self.view.layoutIfNeeded()
}
}