Skip to content
Snippets Groups Projects
Commit 4231c56d authored by Adrien Béraud's avatar Adrien Béraud
Browse files

adapter check background tint

Change-Id: I4cd4f49772a203765745626fdf17b0c4b7126e49
parent 3a8b7098
No related branches found
No related tags found
No related merge requests found
......@@ -849,7 +849,7 @@ class ConversationAdapter(
val isDeleted = textMessage.body.isNullOrEmpty()
val msgTxt = convViewHolder.mMsgTxt ?: return@subscribe
val longPressView = convViewHolder.mMsgTxt!!
longPressView.background.setTintList(null)
longPressView.background?.setTintList(null)
val isTimeShown = hasPermanentTimeString(textMessage, position)
val msgSequenceType = getMsgSequencing(position, isTimeShown)
if (isDeleted) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment