Show full color stripe

pull/184/head
M66B 4 years ago
parent f3db1a29b0
commit dbc423441d

@ -971,7 +971,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
vwColor.setTag(colorBackground);
vwColor.setBackgroundColor(colorBackground);
}
vwColor.setAlpha(message.ui_seen ? Helper.LOW_LIGHT : 1.0f);
vwColor.setVisibility(color_stripe ? View.VISIBLE : View.GONE);
// Expander

Loading…
Cancel
Save