mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various Fixes
This commit is contained in:
@@ -58,6 +58,12 @@ final class ChatSearchNavigationContentNode: NavigationBarContentNode {
|
||||
self?.interaction.toggleMembersSearch(false)
|
||||
}
|
||||
|
||||
self.searchBar.tokensUpdated = { [weak self] tokens in
|
||||
if tokens.isEmpty {
|
||||
self?.interaction.toggleMembersSearch(false)
|
||||
}
|
||||
}
|
||||
|
||||
if let statuses = interaction.statuses {
|
||||
self.searchingActivityDisposable = (statuses.searching
|
||||
|> deliverOnMainQueue).start(next: { [weak self] value in
|
||||
|
||||
Reference in New Issue
Block a user