Fix cursor issue for non-signal-contact searches.
This commit is contained in:
parent
3543cc80ba
commit
57f730d8ee
1 changed files with 1 additions and 1 deletions
|
@ -3671,7 +3671,7 @@ public class RecipientDatabase extends Database {
|
|||
if (Util.isEmpty(searchQuery)) {
|
||||
stringBuilder.append(NON_SIGNAL_CONTACT);
|
||||
} else {
|
||||
stringBuilder.append(QUERY_SIGNAL_CONTACT);
|
||||
stringBuilder.append(QUERY_NON_SIGNAL_CONTACT);
|
||||
args.add(searchQuery);
|
||||
args.add(searchQuery);
|
||||
args.add(searchQuery);
|
||||
|
|
Loading…
Add table
Reference in a new issue