mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01:00
Add lazy thread creation throughout in preparation for CFV2.
This commit is contained in:
@@ -110,7 +110,7 @@ class MediaPreviewRepository {
|
||||
stopwatch.split("get recipient ID")
|
||||
|
||||
stopwatch.stop(TAG)
|
||||
ConversationIntents.createBuilder(context, recipientId, threadId)
|
||||
ConversationIntents.createBuilderSync(context, recipientId, threadId)
|
||||
.withStartingPosition(messagePosition)
|
||||
.build()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user