mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Update message loading
This commit is contained in:
@@ -1418,12 +1418,6 @@ public final class SparseItemGrid: ASDisplayNode {
|
||||
return
|
||||
}
|
||||
|
||||
/*#if DEBUG
|
||||
if "".isEmpty {
|
||||
return
|
||||
}
|
||||
#endif*/
|
||||
|
||||
self.isLoadingHole = true
|
||||
self.loadingHoleDisposable.set((items.itemBinding.loadHole(anchor: holeAnchor, at: location)
|
||||
|> deliverOnMainQueue).start(completed: { [weak self] in
|
||||
|
||||
Reference in New Issue
Block a user