Skip to content

Instantly share code, notes, and snippets.

@diousk
Created April 8, 2020 13:15
Show Gist options
  • Save diousk/276aec922da8be2e9d2a26c222f6851c to your computer and use it in GitHub Desktop.
Save diousk/276aec922da8be2e9d2a26c222f6851c to your computer and use it in GitHub Desktop.
viewLifecycleOwner.lifecycleScope.launchWhenResumed {
context?.hideKeyboard(searchView)
awaitKeyboardHidden() // wait for keyboard dismissed
activity?.supportFragmentManager?.popBackStack()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment