Do not mark as read without user interaction

This commit is contained in:
everhardt
2021-10-30 18:57:04 +02:00
parent 8e53768033
commit 96ffa3aa22
2 changed files with 20 additions and 2 deletions

View File

@@ -418,7 +418,9 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
}
override func scrollViewDidScroll(_ scrollView: UIScrollView) {
scrollPositionQueue.add(self, #selector(scrollPositionDidChange))
if scrollView.isTracking {
scrollPositionQueue.add(self, #selector(scrollPositionDidChange))
}
}
// MARK: Notifications