Correctly update group title.

pull/1/head
Moxie Marlinspike 11 years ago
parent d5f0415907
commit 2ab8c77748

@ -793,14 +793,9 @@ public class ConversationActivity extends PassphraseRequiredSherlockFragmentActi
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) {
recipients = RecipientFactory.getRecipientsForIds(context, ids, false);
initializeTitleBar();
}
});
}
}
};

Loading…
Cancel
Save