Fix timeline scroll to top crash after introducing the typing notification section

This commit is contained in:
Stefan Ceriu 2024-02-16 18:33:34 +02:00 committed by Stefan Ceriu
parent 548fd27d6a
commit 939c4e7b33

View File

@ -280,7 +280,7 @@ class TimelineTableViewController: UIViewController {
guard !timelineItemsIDs.isEmpty else {
return
}
tableView.scrollToRow(at: IndexPath(item: timelineItemsIDs.count - 1, section: 0), at: .bottom, animated: animated)
tableView.scrollToRow(at: IndexPath(item: timelineItemsIDs.count - 1, section: 1), at: .bottom, animated: animated)
}
/// Checks whether or a backwards pagination is needed and requests one if so.