android-viewflow icon indicating copy to clipboard operation
android-viewflow copied to clipboard

the return value of method getSelectedItemPosition() is not refreshed instantly

Open FreeTymeKiyan opened this issue 12 years ago • 0 comments

I found that if one scrolls the view fast enough, getSelectedItemPosition() will return the wrong value. It's the value of the last view, not the current one.

I guess it would be better if the position is refreshed once the scroll of user is considered valid, so that it would be convenient enough for developer to fetch relative information with this value.

FreeTymeKiyan avatar Dec 22 '12 09:12 FreeTymeKiyan