mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
Improve cold start performance.
This commit is contained in:
@@ -30,7 +30,7 @@ object RecipientDatabaseTestUtils {
|
||||
groupAvatarId: Optional<Long> = Optional.empty(),
|
||||
systemContact: Boolean = false,
|
||||
isSelf: Boolean = false,
|
||||
participants: List<Recipient> = listOf(),
|
||||
participants: List<RecipientId> = listOf(),
|
||||
recipientId: RecipientId = RecipientId.from(Random.nextLong()),
|
||||
serviceId: ServiceId? = ServiceId.from(UUID.randomUUID()),
|
||||
username: String? = null,
|
||||
|
||||
Reference in New Issue
Block a user