Skip to content

Commit

Permalink
Correctly update group title.
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Feb 24, 2014
1 parent d5f0415 commit 2ab8c77
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/org/thoughtcrime/securesms/ConversationActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -793,13 +793,8 @@ public void onReceive(Context context, Intent intent) {
if (recipients != null) {
String ids = recipients.toIdString();
Log.w("ConversationActivity", "Looking up new recipients...");
recipients = RecipientFactory.getRecipientsForIds(context, ids, true);
recipients.addListener(new RecipientModifiedListener() {
@Override
public void onModified(Recipient recipient) {
initializeTitleBar();
}
});
recipients = RecipientFactory.getRecipientsForIds(context, ids, false);
initializeTitleBar();
}
}
};
Expand Down

1 comment on commit 2ab8c77

@WhisperBTC
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! BitHub has sent payment of $11.21USD for this commit.

Please sign in to comment.