Skip to content
Snippets Groups Projects
Commit a8e16c7a authored by Taras's avatar Taras
Browse files

Handle reactions visibility

parent 0ec8a6a3
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,10 @@ class PostFooterView(
}
private fun bindReactionsList(reactions: List<ReactionsData>) {
emojisTimelineAdapter.submitList(reactions)
binding.rvEmojis.setIsVisible(reactions.isNotEmpty())
binding.rvEmojis.post {
emojisTimelineAdapter.submitList(reactions)
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment