Fix Image expanded caption scroll to top.

This commit is contained in:
Sagar
2025-04-09 19:32:40 +05:30
committed by Michelle Tang
parent 0d611cf4c9
commit 0d686b2f44

View File

@@ -50,8 +50,10 @@ class ExpandingCaptionView @JvmOverloads constructor(
if (expand) {
setMaxLength(-1)
text = fullCaptionText
scrollTo(0, 0)
updateLayoutParams { height = expandedHeight }
post {
scrollTo(0, 0)
}
} else {
setMaxLength(CHAR_LIMIT_MESSAGE_PREVIEW)
text = fullCaptionText