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