mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 17:26:12 +00:00
Use account color always as inbox color
This commit is contained in:
parent
4ffca45484
commit
23c2f9da53
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
|||
|
||||
if (listener == null) {
|
||||
Integer color =
|
||||
(folder.color == null && unified && EntityFolder.INBOX.equals(folder.type)
|
||||
(folder.color == null && EntityFolder.INBOX.equals(folder.type)
|
||||
? folder.accountColor : folder.color);
|
||||
vwColor.setBackgroundColor(color == null ? Color.TRANSPARENT : color);
|
||||
vwColor.setVisibility(ActivityBilling.isPro(context) ? View.VISIBLE : View.GONE);
|
||||
|
|
Loading…
Reference in a new issue