what’s the proper way to implement multi model bottom sheets in a screen (since the modalBottomSheetLayout accepts the screen content) ?
c
Colton Idle
12/31/2021, 2:47 PM
You can just represent the current bottom sheet as your state in your VM, and the bottom sheet can just have an if statement to show different "bottom" sheets.