Does anyone know how you could implement a bottomS...
# android
b
Does anyone know how you could implement a bottomSheetModal that has some type of content. This content has a VM with some logic. I am looking for a way to distroy the VM on sheet close. Seems difficult , as my sheet viewmodel is scoped to the viewModelStore of the screen nav graph. What is happening is that I close the sheet and the VM hangs around
not kotlin but kotlin colored 1