Simplify layout and do not display until data is loaded to prevent flashing.

This commit is contained in:
Alex Hart
2022-04-11 13:20:28 -03:00
committed by Greyson Parrelli
parent 31e4db2186
commit 33b88796e8
2 changed files with 5 additions and 8 deletions

View File

@@ -120,6 +120,7 @@ class StoryTextPostView @JvmOverloads constructor(
}
fun bindFromStoryTextPost(storyTextPost: StoryTextPost) {
visible = true
linkPreviewView.visible = false
textAlignment = TextAlignment.CENTER