Any thoughts on recapturing focus after the user h...
# compose
w
Any thoughts on recapturing focus after the user has touched the screen? In the snippet above focus is requested using
DisposableEffect
, but this is only run once. If the user taps the screen, focus is lost and subsequent keyboard/dpad events don’t work.