Fix potential deadlock when infinite scrolling is disabled

Fixes crash when used with Pixelfed
This commit is contained in:
Shadowfacts 2022-04-04 09:59:45 -04:00
parent af0c9c92b6
commit 3d0402c1e0
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ class TimelineTableViewController: DiffableTimelineLikeTableViewController<Timel
return return
} }
snapshot.appendItems([.confirmLoadMore], toSection: .footer) snapshot.appendItems([.confirmLoadMore], toSection: .footer)
self.dataSource.apply(snapshot)
completion(.success(snapshot)) completion(.success(snapshot))
return return
} }