how to open open bottom sheet on top of another bottom sheet ? existing implementation removes the below bottom sheet from stack
z
Zaki Shaikh
09/19/2022, 9:00 AM
Pls clear your aim that what exactly you want to do?
Zaki Shaikh
09/19/2022, 9:01 AM
By opening two bottom sheets
a
Afzal Najam
09/19/2022, 6:16 PM
We do this too (in Todoist), if a user wants to reschedule their task within a Task detail bottom sheet. But our implementation isn’t using Compose to bring up the Bottom sheet.
I would suggest using navigation within the bottom sheet to transition the user to the new sub-context.