mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Comments [WIP]
This commit is contained in:
@@ -143,8 +143,8 @@ func preparedChatHistoryViewTransition(from fromView: ChatHistoryView?, to toVie
|
||||
index += 1
|
||||
}
|
||||
}
|
||||
case let .index(scrollIndex, position, directionHint, animated):
|
||||
if case .center = position {
|
||||
case let .index(scrollIndex, position, directionHint, animated, highlight):
|
||||
if case .center = position, highlight {
|
||||
scrolledToIndex = scrollIndex
|
||||
}
|
||||
var index = toView.filteredEntries.count - 1
|
||||
|
||||
Reference in New Issue
Block a user