Timo Drick
11/12/2024, 9:27 AMTimo Drick
11/12/2024, 3:59 PMval view = LocalView.current
LaunchedEffect(Unit) {
(view as? androidx.compose.ui.platform.AndroidComposeView)?.semanticsOwner?.let { semanticsOwner ->
//do something with it.
}
}
Timo Drick
11/12/2024, 4:00 PMval inspectionTables = LocalInspectionTables.current
It is not hidden but also not recommended to use.