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
@@ -112,8 +112,9 @@
@param searchText the search pattern (nil to reset filtering).
@param forceReset tell whether the search request must be applied by ignoring the previous search result if any (use NO by default).
@param complete a block object called when the operation is complete.
*/
- (void)searchWithPattern:(NSString *)searchText forceReset:(BOOL)forceReset;
- (void)searchWithPattern:(NSString *)searchText forceReset:(BOOL)forceReset complete:(void (^)())complete;
/**
Refresh the contacts table display.