We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, 我在设置选中位置的时候,发现并不生成, 我要把源码中的200毫秒缓存1000才生成,问下这里设置延迟的原因是什么,另外有什么好的办法解决setSelection失效问题吗
WheelView.this.postDelayed(new Runnable() { @Override public void run() { WheelView.super.setSelection(getRealPosition(selection)); refreshCurrentPosition(false); setVisibility(View.VISIBLE); } }, 1000);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi, 我在设置选中位置的时候,发现并不生成,
我要把源码中的200毫秒缓存1000才生成,问下这里设置延迟的原因是什么,另外有什么好的办法解决setSelection失效问题吗
The text was updated successfully, but these errors were encountered: