mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Improve cold start performance.
This commit is contained in:
@@ -187,7 +187,7 @@ class SafetyNumberBottomSheetRepository {
|
||||
}
|
||||
|
||||
private fun getGroupMemberships(recipient: Recipient, groups: List<Recipient>): List<Recipient> {
|
||||
return groups.filter { it.participants.contains(recipient) }
|
||||
return groups.filter { it.participantIds.contains(recipient.id) }
|
||||
}
|
||||
|
||||
data class ResolvedIdentity(val recipient: Recipient, val identityRecord: Optional<IdentityRecord>)
|
||||
|
||||
Reference in New Issue
Block a user