Skip to content

Instantly share code, notes, and snippets.

@siifii
Created September 17, 2020 11:54
Show Gist options
  • Save siifii/5dfec4591094357fa6c08ec54e255250 to your computer and use it in GitHub Desktop.
Save siifii/5dfec4591094357fa6c08ec54e255250 to your computer and use it in GitHub Desktop.
handle fragment onBack pressed
activity?.onBackPressedDispatcher?.addCallback(this, object : OnBackPressedCallback(true) {
override fun handleOnBackPressed() {
//YOUR_CODE
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment