Skip to content

setSelection失效问题 #65

Description

@DongDian455

hi, 我在设置选中位置的时候,发现并不生成,
我要把源码中的200毫秒缓存1000才生成,问下这里设置延迟的原因是什么,另外有什么好的办法解决setSelection失效问题吗

WheelView.this.postDelayed(new Runnable() {
            @Override
            public void run() {
                WheelView.super.setSelection(getRealPosition(selection));
                refreshCurrentPosition(false);
                setVisibility(View.VISIBLE);
            }
        }, 1000);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions