Fix potential deadlock when infinite scrolling is disabled
Fixes crash when used with Pixelfed
This commit is contained in:
parent
af0c9c92b6
commit
3d0402c1e0
|
@ -183,7 +183,6 @@ class TimelineTableViewController: DiffableTimelineLikeTableViewController<Timel
|
|||
return
|
||||
}
|
||||
snapshot.appendItems([.confirmLoadMore], toSection: .footer)
|
||||
self.dataSource.apply(snapshot)
|
||||
completion(.success(snapshot))
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue