Change summary
src/main/java/eu/siacs/conversations/ui/adapter/ConversationAdapter.java | 2
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -95,7 +95,7 @@ public class ConversationAdapter extends RecyclerView.Adapter<ConversationAdapte
if (conversation == ConversationFragment.getConversation(activity)) {
viewHolder.frame.setBackgroundColor(Color.get(activity,R.attr.color_background_tertiary));
} else {
- viewHolder.frame.setBackground(null);
+ viewHolder.frame.setBackgroundColor(Color.get(activity,R.attr.color_background_primary));
}
Message message = conversation.getLatestMessage();