mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
d050cf8ce9
commit
5d2377bcb7
36 changed files with 460 additions and 312 deletions
|
|
@ -1544,7 +1544,7 @@ public final class ChatListSearchContainerNode: SearchDisplayControllerContentNo
|
|||
proceed(chatController)
|
||||
})
|
||||
} else {
|
||||
proceed(strongSelf.context.sharedContext.makeChatController(context: strongSelf.context, chatLocation: .peer(id: peerId), subject: nil, botStart: nil, mode: .standard(.default)))
|
||||
proceed(strongSelf.context.sharedContext.makeChatController(context: strongSelf.context, chatLocation: .peer(id: peerId), subject: nil, botStart: nil, mode: .standard(.default), params: nil))
|
||||
}
|
||||
|
||||
strongSelf.updateState { state in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue