Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created December 22, 2019 13:01
Show Gist options
  • Select an option

  • Save zsoltk/8ee8e5cc16e6a402caeff7cd4109323b to your computer and use it in GitHub Desktop.

Select an option

Save zsoltk/8ee8e5cc16e6a402caeff7cd4109323b to your computer and use it in GitHub Desktop.
class ScopedBackPressHandler(
// nullable, because root level doesn’t have one
var backStack: BackStack<*>? = null
) {
// remainder the same
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment