HBSequence / Sequence.Plugins

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

Reset the _lastViewedPosition when the data source changes #9

Closed IlSocio closed 8 years ago

IlSocio commented 8 years ago

Whenever the item source (ObservableCollection) changes, the _lastCount and _maxPositionReached should be set to 0... Otherwise the new ObservableCollection will not be loaded properly.