Created
March 9, 2019 15:13
-
-
Save NezSpencer/9e0f9cd0793ea6aecd9ef9c0a84a3dcd to your computer and use it in GitHub Desktop.
Disable recyclerview nestedScrolling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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