mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Merge pull request #1741 from nextcloud/bugfix/noid/bg-color-unread-indirect-mention
Fix unread indirect mention bg color
This commit is contained in:
commit
89a8ca630d
1 changed files with 1 additions and 2 deletions
|
@ -155,8 +155,7 @@ public class ConversationItem extends AbstractFlexibleItem<ConversationItem.Conv
|
|||
holder.dialogUnreadBubble.setChipBackgroundColorResource(R.color.colorPrimary);
|
||||
holder.dialogUnreadBubble.setTextColor(Color.WHITE);
|
||||
} else {
|
||||
holder.dialogUnreadBubble.setChipBackgroundColor(ColorStateList.valueOf(
|
||||
ContextCompat.getColor(context, R.color.white)));
|
||||
holder.dialogUnreadBubble.setChipBackgroundColorResource(R.color.bg_default);
|
||||
holder.dialogUnreadBubble.setTextColor(ContextCompat.getColor(
|
||||
context,
|
||||
R.color.colorPrimary));
|
||||
|
|
Loading…
Reference in a new issue