1
0
Fork 1
(cherry picked from commit f21126727fcb5c05db3566e87cef28cd5c1271fe)
This commit is contained in:
Stephen Paul Weber 2024-09-12 08:11:25 -05:00 committed by Arne
parent cb84ae9f66
commit b8111d4385

View file

@ -206,6 +206,8 @@ public class ConversationsActivity extends XmppActivity implements OnConversatio
newCapsJids.clear();
invalidateActionBarTitle();
if (accountHeader == null) return;
final var accounts = xmppConnectionService.getAccounts();
final var inHeader = new HashSet<>();
for (final var p : ImmutableList.copyOf(accountHeader.getProfiles())) {