Skip to content

Instantly share code, notes, and snippets.

@NezSpencer
Created October 7, 2018 10:53
Show Gist options
  • Save NezSpencer/0648a2ee90b2f44d18639bc1c32c886c to your computer and use it in GitHub Desktop.
Save NezSpencer/0648a2ee90b2f44d18639bc1c32c886c to your computer and use it in GitHub Desktop.
move back once in backstack
private fun moveBackOneTime() {
if (!lifecycle.currentState.isAtLeast(Lifecycle.State.STARTED))
return
supportFragmentManager.popBackStack()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment