Skip to content

Facing scrolling problem when child is bottomsheet(recycler) inside fragment #148

@rkoshti

Description

@rkoshti

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions