orangy
Popup
, but after adding it to composition hierarchy onDismissRequest
never gets called and mouse never registers clicks anywhere else (but the application is running and UI keeps updating).orangy
orangy
isFocusable
trueorangy
Igor Demin
02/21/2021, 7:32 PMorangy
orangy
orangy
Igor Demin
02/21/2021, 7:46 PMPopup(isFocusable = true, onDismissRequest = { popupState = false }) {
Text("Popup", modifier = Modifier.size(120.dp).background(Color.Blue))
}
Igor Demin
02/21/2021, 7:47 PMisFocusable=true
though 🤔orangy
orangy
Igor Demin
02/21/2021, 10:33 PMorangy
clickable
orangy