Skip to content

Instantly share code, notes, and snippets.

@digitalbuddha
Created December 12, 2017 14:47
Show Gist options
  • Save digitalbuddha/5a689f931cce143965ab5e9253981cf1 to your computer and use it in GitHub Desktop.
Save digitalbuddha/5a689f931cce143965ab5e9253981cf1 to your computer and use it in GitHub Desktop.
dispatcher.backStackEmpty().subscribe { finish() }
...
override fun onBackPressed() {
dispatcher.goBack()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment