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

当你快速滑翔时长按就会发生NullPointerException #6

Open
imcloud opened this issue Jul 21, 2015 · 0 comments
Open

当你快速滑翔时长按就会发生NullPointerException #6

imcloud opened this issue Jul 21, 2015 · 0 comments

Comments

@imcloud
Copy link

imcloud commented Jul 21, 2015

state = SCROLL_STATE_SETTLING (fast!)

longClick a item

nullpointexception

swipeListView.getChildAt(position - mLayoutManager.findFirstVisibleItemPosition()) == null

protected void openAnimate(int position) {
        final View child = swipeListView.getChildAt(position - mLayoutManager.findFirstVisibleItemPosition()).findViewById(swipeFrontView);

        if (child != null) {
            openAnimate(child, 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

1 participant