Navigate to the bottom of the message

This commit is contained in:
Ali 2022-01-28 21:35:15 +04:00
parent 738e092680
commit 7a9f51f7c0

View File

@ -5910,7 +5910,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
}