mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Cleanup
This commit is contained in:
parent
6ff1a122e2
commit
3dc0a2f4a7
1 changed files with 0 additions and 2 deletions
|
@ -205,7 +205,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
private boolean suitable;
|
||||
private boolean unmetered;
|
||||
|
||||
private int colorPrimary;
|
||||
private int colorAccent;
|
||||
private int textColorPrimary;
|
||||
private int textColorSecondary;
|
||||
|
@ -4661,7 +4660,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
this.suitable = state.isSuitable();
|
||||
this.unmetered = state.isUnmetered();
|
||||
|
||||
this.colorPrimary = Helper.resolveColor(context, R.attr.colorPrimary);
|
||||
this.colorAccent = Helper.resolveColor(context, R.attr.colorAccent);
|
||||
this.textColorPrimary = Helper.resolveColor(context, android.R.attr.textColorPrimary);
|
||||
this.textColorSecondary = Helper.resolveColor(context, android.R.attr.textColorSecondary);
|
||||
|
|
Loading…
Reference in a new issue