mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -228,7 +228,8 @@ final class PeerSelectionControllerNode: ASDisplayNode {
|
||||
if let requestOpenMessageFromSearch = self?.requestOpenMessageFromSearch {
|
||||
requestOpenMessageFromSearch(peer, messageId)
|
||||
}
|
||||
}, addContact: nil, peerContextAction: nil, present: { _, _ in
|
||||
}, addContact: nil, peerContextAction: nil, present: { [weak self] c, a in
|
||||
self?.present(c, a)
|
||||
}, presentInGlobalOverlay: { _, _ in
|
||||
}, navigationController: nil), cancel: { [weak self] in
|
||||
if let requestDeactivateSearch = self?.requestDeactivateSearch {
|
||||
|
||||
Reference in New Issue
Block a user