When I show a `Dialog`, the phone's navigation bar...
# compose
y
When I show a
Dialog
, the phone's navigation bar buttons are still usable even though they are dimmed & they do not cause the
Dialog
to be dismissed automatically even though
dismissOnClickOutside
is set to
true
. Is this a bug or I am supposed to enable a specific behavior for it myself?
Although it looks like back button does dismiss the dialog but not Home button. So this is only an issue on launcher apps like my app where the app is not gone to background when the Home button is tapped.