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

When using both AndroidX and support libraries - AdvancedRecyclerView does not work #16

Closed thefex closed 4 years ago

thefex commented 4 years ago

When using both AndroidX and Support Libraries library does not work. It is caused by "MissingMethodException" - setHasStableIds method not found.

As workaround I will create temporary fix which is manually bound setHasStableIds method. This will be removed when final migration to AndroidX takes place.