This commit is contained in:
M66B 2020-03-22 18:20:32 +01:00
parent b87fae86ec
commit 7c6bdfac73
1 changed files with 0 additions and 2 deletions

View File

@ -204,7 +204,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
private boolean suitable;
private boolean unmetered;
private int dp36;
private int colorPrimary;
private int colorAccent;
private int textColorPrimary;
@ -4424,7 +4423,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
this.suitable = state.isSuitable();
this.unmetered = state.isUnmetered();
this.dp36 = Helper.dp2pixels(context, 36);
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);