mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Fix expanding captions.
This commit is contained in:
@@ -34,6 +34,7 @@ class ExpandingCaptionView @JvmOverloads constructor(
|
||||
val overflow = SpannableString(context.getString(R.string.MediaPreviewFragment_read_more_overflow_text))
|
||||
overflow.setSpan(StyleSpan(Typeface.BOLD), 0, overflow.length, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE)
|
||||
setOverflowText(overflow)
|
||||
bindGestureListener()
|
||||
}
|
||||
|
||||
private fun toggleExpansion() {
|
||||
|
||||
Reference in New Issue
Block a user