Various improvements

This commit is contained in:
Isaac
2024-01-30 14:53:23 +01:00
parent 8a0fbe7f21
commit 0f2eca17bd
11 changed files with 132 additions and 97 deletions

View File

@@ -2478,6 +2478,8 @@ class ChatControllerNode: ASDisplayNode, UIScrollViewDelegate {
}
let context = self.context
let chatLocation = self.chatLocation
let _ = inlineSearchResults.update(
transition: inlineSearchResultsTransition,
component: AnyComponent(ChatInlineSearchResultsListComponent(
@@ -2560,7 +2562,7 @@ class ChatControllerNode: ASDisplayNode, UIScrollViewDelegate {
input,
ignoreMessagesInTimestampRange: nil,
context: context,
chatLocation: .peer(id: peerId),
chatLocation: chatLocation,
chatLocationContextHolder: Atomic(value: nil),
scheduled: false,
fixedCombinedReadStates: nil,