get rid of soprani.ca leftofvers
This commit is contained in:
parent
c9c98d98e6
commit
663a0feecb
|
@ -1023,7 +1023,6 @@ public class StartConversationActivity extends XmppActivity implements XmppConne
|
||||||
this.contacts.clear();
|
this.contacts.clear();
|
||||||
ArrayList<ListItem.Tag> tags = new ArrayList<>();
|
ArrayList<ListItem.Tag> tags = new ArrayList<>();
|
||||||
final List<Account> accounts = xmppConnectionService.getAccounts();
|
final List<Account> accounts = xmppConnectionService.getAccounts();
|
||||||
boolean foundSopranica = false;
|
|
||||||
for (Account account : accounts) {
|
for (Account account : accounts) {
|
||||||
if (account.getStatus() != Account.State.DISABLED) {
|
if (account.getStatus() != Account.State.DISABLED) {
|
||||||
for (Contact contact : account.getRoster().getContacts()) {
|
for (Contact contact : account.getRoster().getContacts()) {
|
||||||
|
@ -1045,9 +1044,6 @@ public class StartConversationActivity extends XmppActivity implements XmppConne
|
||||||
|
|
||||||
for (Bookmark bookmark : account.getBookmarks()) {
|
for (Bookmark bookmark : account.getBookmarks()) {
|
||||||
if (bookmark.match(this, needle)) {
|
if (bookmark.match(this, needle)) {
|
||||||
if (bookmark.getJid().toString().equals("discuss@conference.soprani.ca")) {
|
|
||||||
foundSopranica = true;
|
|
||||||
}
|
|
||||||
this.contacts.add(bookmark);
|
this.contacts.add(bookmark);
|
||||||
tags.addAll(bookmark.getTags(this));
|
tags.addAll(bookmark.getTags(this));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue