Skip to content

Commit

Permalink
service: fix display of subscription approved on other device
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Mar 29, 2020
1 parent 044298f commit 0c82898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/yaxim/androidclient/service/SmackableImp.java
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,7 @@ public void entriesAdded(Collection<Jid> entries) {
ContentValues[] cvs = new ContentValues[entries.size()];
int i = 0;
for (Jid entry : entries) {
subscriptionRequests.remove(entry);
//SMAXX
RosterEntry rosterEntry = mRoster.getEntry(entry.asBareJid());
cvs[i++] = getContentValuesForRosterEntry(rosterEntry);
Expand Down

0 comments on commit 0c82898

Please sign in to comment.