Has anyone been able to get the `DialogScenes` in ...
# compose-android
h
Has anyone been able to get the
DialogScenes
in Nav3 to dim the content behind them? Calling it doesn't seem to do it, and an older implementation using
(LocalView.current.parent as? DialogWindowProvider)?.window?.setDimAmount(.32f)
doesn't seem to work anymore