Skip to content

Commit

Permalink
don't underline label
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
  • Loading branch information
sowjanyakch committed Feb 17, 2025
1 parent 829391d commit 3655f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class SystemMessageViewHolder(itemView: View) : MessageHolders
override fun updateDrawState(ds: TextPaint) {
super.updateDrawState(ds)
ds.color = mentionColor
ds.isUnderlineText = true
ds.isUnderlineText = false
}
}

Expand Down

0 comments on commit 3655f91

Please sign in to comment.