mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 16:33:39 +00:00
Correctly update group title.
This commit is contained in:
parent
d5f0415907
commit
2ab8c77748
@ -793,13 +793,8 @@ 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) {
|
||||
initializeTitleBar();
|
||||
}
|
||||
});
|
||||
recipients = RecipientFactory.getRecipientsForIds(context, ids, false);
|
||||
initializeTitleBar();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user