mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Add caption to outgoing stories.
This commit is contained in:
committed by
Greyson Parrelli
parent
6890973ce8
commit
b04acd8ae0
@@ -93,6 +93,7 @@ class MediaSelectionRepository(context: Context) {
|
||||
|
||||
for (media in updatedMedia) {
|
||||
Log.w(TAG, media.uri.toString() + " : " + media.transformProperties.map { t: TransformProperties -> "" + t.isVideoTrim }.orElse("null"))
|
||||
media.setCaption(trimmedBody)
|
||||
}
|
||||
|
||||
val singleRecipient: Recipient? = singleContact?.let { Recipient.resolved(it.recipientId) }
|
||||
|
||||
Reference in New Issue
Block a user