Fixed #459
This commit is contained in:
parent
e7979593ca
commit
8a667322b6
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ public class NewsReaderDetailFragment extends Fragment {
|
|||
super.onInflate(context, attrs, savedInstanceState);
|
||||
TypedArray a = context.obtainStyledAttributes(attrs,new int[]{R.attr.markasreadDrawable,R.attr.colorAccent});
|
||||
markAsReadDrawable = a.getDrawable(0);
|
||||
accentColor = ContextCompat.getColor(getContext(), R.color.owncloudBlueLight);
|
||||
accentColor = ContextCompat.getColor(context, R.color.owncloudBlueLight);
|
||||
a.recycle();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue