Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @Override
  2. public void stopNestedScroll() {
  3. super.stopNestedScroll();
  4. dispatchScrollState(RecyclerView.SCROLL_STATE_IDLE);
  5. }
  6.  
  7. NestedScrollingView.NestedScrollViewScrollStateListener
  8.  
  9. nestedScrollView.setScrollListener(this);
Add Comment
Please, Sign In to add comment