fix regression with background color in conv overview
This commit is contained in:
parent
27a1bdb4b9
commit
9d69b38147
|
@ -95,7 +95,7 @@ public class ConversationAdapter extends RecyclerView.Adapter<ConversationAdapte
|
||||||
if (conversation == ConversationFragment.getConversation(activity)) {
|
if (conversation == ConversationFragment.getConversation(activity)) {
|
||||||
viewHolder.frame.setBackgroundColor(Color.get(activity,R.attr.color_background_tertiary));
|
viewHolder.frame.setBackgroundColor(Color.get(activity,R.attr.color_background_tertiary));
|
||||||
} else {
|
} else {
|
||||||
viewHolder.frame.setBackground(null);
|
viewHolder.frame.setBackgroundColor(Color.get(activity,R.attr.color_background_primary));
|
||||||
}
|
}
|
||||||
|
|
||||||
Message message = conversation.getLatestMessage();
|
Message message = conversation.getLatestMessage();
|
||||||
|
|
Loading…
Reference in a new issue