HBSequence / Sequence.Plugins

A library of MvvmCross/Xamarin Plugins and sample applications
26 stars 12 forks source link

Implement Missing protected Constructor #11

Open galdridgeAGL opened 8 years ago

galdridgeAGL commented 8 years ago

Just been using the plugin and it's great.

However there is a missing constructor that needs to be implemented to fully support Xamarin Android. In the class: Sequence.Plugins.InfiniteScroll.Droid.IncrementalListView

protected MvxListView(IntPtr javaReference, JniHandleOwnership transfer);

Regards.

HBSequence commented 8 years ago

Hiya. I could certainly add it, but what negative effect are you seeing?