mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Open stories from search
This commit is contained in:
@@ -1179,7 +1179,10 @@ final class PeerSelectionControllerNode: ASDisplayNode {
|
||||
},
|
||||
presentInGlobalOverlay: { _, _ in
|
||||
},
|
||||
navigationController: nil
|
||||
navigationController: nil,
|
||||
parentController: { [weak self] in
|
||||
return self?.controller
|
||||
}
|
||||
), cancel: { [weak self] in
|
||||
if let requestDeactivateSearch = self?.requestDeactivateSearch {
|
||||
requestDeactivateSearch()
|
||||
|
||||
Reference in New Issue
Block a user