소스 검색

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

fix to show reactionsEmojiWrapper
Andy Scherzinger 2 년 전
부모
커밋
d264bb2c1d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/main/java/com/nextcloud/talk/adapters/messages/Reaction.kt

+ 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