PageIndicatorView
PageIndicatorView copied to clipboard
onPageSelected doesn't work before view get measured
The indicator's current selection won't change if the viewpager's current page changed before the view get measured, for example in the activity's onPostResume() callback. Is there a proper reason why the selection get ignored if the view is not measured? And how to fix this? Thanks.