mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
better code
This commit is contained in:
parent
c0b868e3c7
commit
83ed717dcd
@ -224,8 +224,7 @@ class TimelineTableViewController: UIViewController {
|
||||
|
||||
/// Scrolls to the top of the timeline.
|
||||
private func scrollToTop(animated: Bool) {
|
||||
let index = timelineItemsIDs.count - 1
|
||||
guard index >= 0 else {
|
||||
guard !timelineItemsIDs.isEmpty else {
|
||||
return
|
||||
}
|
||||
tableView.scrollToRow(at: IndexPath(item: timelineItemsIDs.count - 1, section: 0), at: .bottom, animated: animated)
|
||||
|
Loading…
x
Reference in New Issue
Block a user