Hi! I’m trying to implement keyboard closure when user is scrolling outside the keyboard, but I’m not able to write something (keyboard is opened and immediately closed) if I check
rememberScrollState().isScrollInProgress
value and execute
LocalFocusManager.current.clearFocus()
when scroll is in progress. What’s the recommended way to handle keyboard closure in this situation?