mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Bug Fix - Search from rooms list: bg bubbles recovering known contacts list
#946
This commit is contained in:
@@ -583,7 +583,7 @@
|
||||
if (currentSearchText)
|
||||
{
|
||||
contactsPickerViewController.searchBar.text = currentSearchText;
|
||||
[contactsPickerViewController searchWithPattern:currentSearchText forceReset:YES];
|
||||
[contactsPickerViewController searchWithPattern:currentSearchText forceReset:YES complete:nil];
|
||||
}
|
||||
|
||||
[self pushViewController:contactsPickerViewController];
|
||||
|
||||
Reference in New Issue
Block a user