thefex / Xamarin.Bindings.AdvancedRecyclerView

Xamarin Android binding library for: https://github.com/h6ah4i/android-advancedrecyclerview
Apache License 2.0
0 stars 0 forks source link

MvvmCross update to 8.0.0 breaks the AdvancedRecyclerView #19

Closed asoodz closed 2 years ago

asoodz commented 3 years ago

_advanceRecyclerView = FindViewById(Resource.Id.customize_options); _advanceRecyclerView.AddItemDecoration(new AdvancedRecyclerViewSeparator(this)); var mvxExpandableItemAdapter = _advanceRecyclerView.AdvancedRecyclerViewAdapter as MvxExpandableItemAdapter;

In the above code, mvxExpandableItemAdapter returns null.

Screen Shot 2021-07-20 at 4 04 47 pm
thefex commented 2 years ago

Library has been updated to Mvx 8 and AndroidX