1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-18 13:21:02 +00:00
This commit is contained in:
M66B 2019-06-01 15:37:31 +02:00
parent 74004c0829
commit 31d5010bb2

View file

@ -155,7 +155,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
private int colorWarning;
private int textColorSecondary;
private int colorUnread;
private boolean dark;
private boolean hasWebView;
private boolean contacts;
@ -3269,7 +3268,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
this.colorWarning = Helper.resolveColor(context, R.attr.colorWarning);
this.textColorSecondary = Helper.resolveColor(context, android.R.attr.textColorSecondary);
this.colorUnread = Helper.resolveColor(context, R.attr.colorUnread);
this.dark = Helper.isDarkTheme(context);
this.hasWebView = Helper.hasWebView(context);
this.contacts = Helper.hasPermission(context, Manifest.permission.READ_CONTACTS);