|
|
@ -35,7 +35,7 @@ class DownloadDialog(private val recipient: Recipient) : DialogFragment() {
|
|
|
|
title(getString(R.string.attachmentsAutoDownloadModalTitle))
|
|
|
|
title(getString(R.string.attachmentsAutoDownloadModalTitle))
|
|
|
|
|
|
|
|
|
|
|
|
val explanation = Phrase.from(context, R.string.attachmentsAutoDownloadModalDescription)
|
|
|
|
val explanation = Phrase.from(context, R.string.attachmentsAutoDownloadModalDescription)
|
|
|
|
.put(CONVERSATION_NAME_KEY, recipient.displayName)
|
|
|
|
.put(CONVERSATION_NAME_KEY, recipient.toShortString())
|
|
|
|
.format()
|
|
|
|
.format()
|
|
|
|
val spannable = SpannableStringBuilder(explanation)
|
|
|
|
val spannable = SpannableStringBuilder(explanation)
|
|
|
|
|
|
|
|
|
|
|
|