Prechádzať zdrojové kódy

Merge pull request #2437 from nextcloud/bugfix/2432/fixToShowReactions

fix to show reactionsEmojiWrapper
Andy Scherzinger 2 rokov pred
rodič
commit
d264bb2c1d

+ 1 - 0
app/src/main/java/com/nextcloud/talk/adapters/messages/Reaction.kt

@@ -47,6 +47,7 @@ class Reaction {
     ) {
         binding.reactionsEmojiWrapper.removeAllViews()
         if (message.reactions != null && message.reactions!!.isNotEmpty()) {
+            binding.reactionsEmojiWrapper.visibility = View.VISIBLE
 
             var remainingEmojisToDisplay = MAX_EMOJIS_TO_DISPLAY
             val showInfoAboutMoreEmojis = message.reactions!!.size > MAX_EMOJIS_TO_DISPLAY