AndroidSlidingUpPanel
AndroidSlidingUpPanel copied to clipboard
Facing scrolling problem when child is bottomsheet(recycler) inside fragment
In sliding panel have used fragment container and inside that i have another bottom sheet (recyclerview)
<Cordinator>
<LinearLayout>
//Content
</LinearLayout>
<LinearLayout
bottomsheet behaviour>
<Recylerview/>
</LinearLayout>
</Cordinator>
When i scroll recyclerview top to bottom it scrolling down the panel(activate the panel gesture)...... do this behavior supported ?
Tried to attached scrollable helper but it didn't worked for me