Open imcloud opened 9 years ago
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); } }
state = SCROLL_STATE_SETTLING (fast!)
longClick a item
nullpointexception
swipeListView.getChildAt(position - mLayoutManager.findFirstVisibleItemPosition()) == null