Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin 2022-01-28 21:01:12 +03:00
commit 39f55be8d0
2 changed files with 2 additions and 2 deletions

View File

@ -5923,7 +5923,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
switch result {
case let .result(messageId):
if let messageId = messageId {
strongSelf.navigateToMessage(from: nil, to: .id(messageId, nil), completion: {
strongSelf.navigateToMessage(from: nil, to: .id(messageId, nil), scrollPosition: .center(.top), completion: {
guard let strongSelf = self else {
return
}

View File

@ -1,5 +1,5 @@
{
"app": "8.4.1",
"app": "8.5",
"bazel": "5.0.0",
"xcode": "13.2.1"
}