Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setSelectedItemPosition() bug反馈 #62

Open
sunxu914 opened this issue Nov 1, 2016 · 1 comment
Open

setSelectedItemPosition() bug反馈 #62

sunxu914 opened this issue Nov 1, 2016 · 1 comment

Comments

@sunxu914
Copy link

sunxu914 commented Nov 1, 2016

发现一个小的bug,调用完setSelectedItemPosition()后setOnItemSelectedListener()监听接口并没有接收到变化的回调!

@yezishu
Copy link

yezishu commented Apr 14, 2017

add code in setSelectedItemPosition method
if(mOnItemSelectedListener!=null){ mOnItemSelectedListener.onItemSelected(this, mData.get(position), position); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants