mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
39f55be8d0
@ -5923,7 +5923,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
|||||||
switch result {
|
switch result {
|
||||||
case let .result(messageId):
|
case let .result(messageId):
|
||||||
if let messageId = 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 {
|
guard let strongSelf = self else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"app": "8.4.1",
|
"app": "8.5",
|
||||||
"bazel": "5.0.0",
|
"bazel": "5.0.0",
|
||||||
"xcode": "13.2.1"
|
"xcode": "13.2.1"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user