Bug Fix - Search from rooms list: bg bubbles recovering known contacts list

#946
This commit is contained in:
giomfo
2017-01-19 14:28:44 +01:00
parent 4c0962aa47
commit 60907cf97b
5 changed files with 27 additions and 11 deletions
@@ -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];