mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-20 00:35:47 +01:00
Fix missing text rendering on stories.
This commit is contained in:
committed by
Cody Henthorne
parent
1726b0e02e
commit
99c2686151
+4
@@ -982,6 +982,10 @@ class StoryViewerPageFragment :
|
||||
storyCaptionBottomGradient.visible = displayBody.isNotEmpty()
|
||||
|
||||
caption.text = displayBody
|
||||
caption.post {
|
||||
caption.scrollX = 0
|
||||
caption.scrollY = 0
|
||||
}
|
||||
largeCaption.text = displayBody
|
||||
caption.visible = displayBody.isNotEmpty()
|
||||
caption.requestLayout()
|
||||
|
||||
Reference in New Issue
Block a user