mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
no message
This commit is contained in:
@@ -865,7 +865,7 @@ private final class ChatListViewSpaceState {
|
||||
}
|
||||
}
|
||||
|
||||
if insertionIndex == self.orderedEntries.higherThanAnchor.count - 1 {
|
||||
if insertionIndex == self.orderedEntries.higherThanAnchor.count {
|
||||
return false
|
||||
}
|
||||
self.orderedEntries.insertHigherThanAnchorAtArrayIndex(insertionIndex, value: entry)
|
||||
|
||||
Reference in New Issue
Block a user