Commit f25be624 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Set view more/less button back to visible again if quoted text size is big enough

parent 5a82915c
...@@ -45,6 +45,8 @@ class MessageAttachmentViewHolder( ...@@ -45,6 +45,8 @@ class MessageAttachmentViewHolder(
return return
} }
text_view_more.isVisible = true
val expandAnimation = ValueAnimator val expandAnimation = ValueAnimator
.ofInt(collapsedHeight, textMeasuredHeight) .ofInt(collapsedHeight, textMeasuredHeight)
.setDuration(300) .setDuration(300)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment