Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
Add fun Modifier.onFocusChanged(onFocusChanged: (FocusState) -> Unit): Modifier that fires when the focus changes. (Modifier.onFocusEvent is triggered every time requestFocus() is called, even if the focus state is unchanged)