Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created December 22, 2019 11:43
Show Gist options
  • Save zsoltk/125e7ea049a4c84126d998266b22f28c to your computer and use it in GitHub Desktop.
Save zsoltk/125e7ea049a4c84126d998266b22f28c to your computer and use it in GitHub Desktop.
val backPressHandler: Ambient<ScopedBackPressHandler> =
Ambient.of { throw IllegalStateException("backPressHandler is not initialized") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment