Skip to content

Instantly share code, notes, and snippets.

@hamurcuabi
Created October 29, 2022 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamurcuabi/32ff1f66a93b465fdbb4badffaea890e to your computer and use it in GitHub Desktop.
Save hamurcuabi/32ff1f66a93b465fdbb4badffaea890e to your computer and use it in GitHub Desktop.
interface OnBackPressedDelegation {
fun registerOnBackPressedDelegation(
fragmentActivity: FragmentActivity?,
lifecycle: Lifecycle,
onBackPressed: () -> Unit
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment