Prevent query SharedPreference in adapters.
This commit is contained in:
parent
6d1ec78984
commit
219eafe6fc
11 changed files with 60 additions and 27 deletions
|
|
@ -41,7 +41,7 @@ class StatusDetailedViewHolder extends StatusBaseViewHolder {
|
|||
private TextView cardUrl;
|
||||
|
||||
StatusDetailedViewHolder(View view) {
|
||||
super(view);
|
||||
super(view, false);
|
||||
reblogs = view.findViewById(R.id.status_reblogs);
|
||||
favourites = view.findViewById(R.id.status_favourites);
|
||||
cardView = view.findViewById(R.id.card_view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue