Skip to content

Instantly share code, notes, and snippets.

@NezSpencer
Created March 9, 2019 15:13
Show Gist options
  • Save NezSpencer/9e0f9cd0793ea6aecd9ef9c0a84a3dcd to your computer and use it in GitHub Desktop.
Save NezSpencer/9e0f9cd0793ea6aecd9ef9c0a84a3dcd to your computer and use it in GitHub Desktop.
Disable recyclerview nestedScrolling
//rvList is my recyclerview
binding.rvList.isNestedScrollingEnabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment