Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created October 19, 2021 21:43
Show Gist options
  • Save victorbrndls/bcbf3549173ed446be440846a38d1dac to your computer and use it in GitHub Desktop.
Save victorbrndls/bcbf3549173ed446be440846a38d1dac to your computer and use it in GitHub Desktop.
val keyboardController = LocalSoftwareKeyboardController.current
// Calling this function is considered a side-effect and should not be called directly from recomposition
keyboardController.hide()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment