Add reply action in gallery

This commit is contained in:
Ilya Laktyushin
2024-07-03 21:43:18 +04:00
parent 4224ec0cec
commit 39598deb04
34 changed files with 207 additions and 152 deletions

View File

@@ -194,7 +194,7 @@ func preparedChatHistoryViewTransition(from fromView: ChatHistoryView?, to toVie
index += 1
}
}
case let .index(scrollSubject, position, directionHint, animated, highlight, displayLink):
case let .index(scrollSubject, position, directionHint, animated, highlight, displayLink, _):
let scrollIndex = scrollSubject
var position = position
if case .center = position, highlight {