Recyclerview inside ScrollView not scrolling smoothly

For my app I am using a RecyclerView inside a ScrollView where the RecyclerView has a height based on its content using this library. Scrolling is working but it’s not working smoothly when I scroll over the RecyclerView. When I scroll over the ScrollView itself it is scrolling smoothly. The code I am using to … Read more