RecyclerTreeView
RecyclerTreeView copied to clipboard
Working with scrollview
I have a RecyclerTreeView in a NestedScrollview. When expand list, the NestedScrollview can not scroll? I did setting recyclerView.setNestedScrollingEnabled(false);
How to fix it? Thank you :D