Update message loading

This commit is contained in:
Ali
2021-10-28 03:15:25 +04:00
parent b54fc364e7
commit bb794c0bbe
2 changed files with 171 additions and 13 deletions

View File

@@ -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