orangy
02/21/2021, 5:25 PMPopup
, 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).isFocusable
trueIgor Demin
02/21/2021, 7:32 PMorangy
02/21/2021, 7:33 PMIgor Demin
02/21/2021, 7:46 PMPopup(isFocusable = true, onDismissRequest = { popupState = false }) {
Text("Popup", modifier = Modifier.size(120.dp).background(Color.Blue))
}
isFocusable=true
though 🤔orangy
02/21/2021, 8:42 PMIgor Demin
02/21/2021, 10:33 PMorangy
02/21/2021, 10:54 PMclickable