use nicer effects at long pressing conversations

This commit is contained in:
tibbi 2023-06-11 21:42:55 +02:00
parent 32f6307464
commit e8d021a662
3 changed files with 4 additions and 4 deletions

View file

@ -335,6 +335,7 @@ class ConversationsAdapter(
private fun setupView(view: View, conversation: Conversation) {
view.apply {
setupViewBackground(activity)
val smsDraft = drafts[conversation.threadId]
draft_indicator.beVisibleIf(smsDraft != null)
draft_indicator.setTextColor(properPrimaryColor)