mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-18 13:21:02 +00:00
Cleanup
This commit is contained in:
parent
74004c0829
commit
31d5010bb2
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue