Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-05-07 09:46:38 +02:00
parent 44cbb020a8
commit 544b8efea3
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -41,8 +41,6 @@ import com.nextcloud.talk.utils.ConversationUtils
import com.nextcloud.talk.utils.DateConstants
import com.nextcloud.talk.utils.DateUtils
import com.nextcloud.talk.utils.SpreedFeatures
import com.vanniktech.emoji.Emoji
import com.vanniktech.emoji.EmojiManager
import com.vanniktech.emoji.EmojiPopup
import com.vanniktech.emoji.EmojiTextView
import com.vanniktech.emoji.installDisableKeyboardInput
@ -276,7 +274,7 @@ class MessageActionsDialog(
}
textView.visibility = View.VISIBLE
} else {
textView.visibility = View.INVISIBLE
textView.visibility = View.GONE
}
}