Skip to content

Instantly share code, notes, and snippets.

@LDRAlighieri
Created February 17, 2023 17:47
Show Gist options
  • Save LDRAlighieri/4269a2c5c3076a48b3549949054d6e22 to your computer and use it in GitHub Desktop.
Save LDRAlighieri/4269a2c5c3076a48b3549949054d6e22 to your computer and use it in GitHub Desktop.
Example of corbind-activity OnBackPressedDispatcher.backPresses extension
onBackPressedDispatcher.backPresses(lifecycleOwner = this)
.onEach { currentFlowFragment?.onBackPressed() }
.launchIn(lifecycleScope)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment