Does anyone have any recommendations for making an...
# compose
c
Does anyone have any recommendations for making an AndroidView update a MutableInteractionSource? I want to be able to track focus events from the legacy view in Compose code.
n
Can't you do it in the callback?