I am using a Compose Popup in my Android app, using the default properties which includes dismissOnClickOutside = true. This does dismiss the popup, but the click is going through to the view that is behind the popup. In native Android the click is usually consumed and not passed on.
Any way to get the same behavior with this Compose Popup? Thank you!