show only contacts in contacts tab
This commit is contained in:
parent
cf9d0c4f09
commit
42d59adc78
|
@ -1150,13 +1150,6 @@ public class StartConversationActivity extends XmppActivity implements XmppConne
|
|||
if (self.match(this, needle)) {
|
||||
this.contacts.add(self);
|
||||
}
|
||||
|
||||
for (Bookmark bookmark : account.getBookmarks()) {
|
||||
if (bookmark.match(this, needle)) {
|
||||
this.contacts.add(bookmark);
|
||||
tags.addAll(bookmark.getTags(this));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue