mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Navigate to the bottom of the message
This commit is contained in:
parent
738e092680
commit
7a9f51f7c0
@ -5910,7 +5910,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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user