Fix position

This commit is contained in:
Isaac
2024-01-26 17:55:07 +01:00
parent 676f413a60
commit f28303a1bf
4 changed files with 30 additions and 16 deletions

View File

@@ -1305,6 +1305,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
return nil
}
} else {
strongSelf.chatDisplayNode.historyNode.frozenMessageForScrollingReset = message.id
strongSelf.interfaceInteraction?.updateHistoryFilter { _ in
return ChatPresentationInterfaceState.HistoryFilter(customTags: tags, isActive: true)
}