Enable verified subtitle on group chat.

Fixes #13873
Resolves #13985
This commit is contained in:
Angelin Scheidweiler
2025-02-11 21:24:18 -06:00
committed by Greyson Parrelli
parent e5c9519076
commit be90efa23d

View File

@@ -1238,9 +1238,7 @@ class ConversationFragment :
}
private fun presentIdentityRecordsState(identityRecordsState: IdentityRecordsState) {
if (!identityRecordsState.isGroup) {
binding.conversationTitleView.root.setVerified(identityRecordsState.isVerified)
}
binding.conversationTitleView.root.setVerified(identityRecordsState.isVerified)
if (identityRecordsState.isUnverified) {
binding.conversationBanner.showUnverifiedBanner(identityRecordsState.identityRecords)