Skip to content

Instantly share code, notes, and snippets.

@hamurcuabi
Created October 29, 2022 13:25
Show Gist options
  • Select an option

  • Save hamurcuabi/32ff1f66a93b465fdbb4badffaea890e to your computer and use it in GitHub Desktop.

Select an option

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