Skip to content

Instantly share code, notes, and snippets.

@NezSpencer
Created September 30, 2018 08:54
Show Gist options
  • Save NezSpencer/3910558fa23ea08c1842665a9a2e6a02 to your computer and use it in GitHub Desktop.
Save NezSpencer/3910558fa23ea08c1842665a9a2e6a02 to your computer and use it in GitHub Desktop.
illegal state exception prevention
override fun onSuccess(){
if(lifecycle.currentState.isAtLeast(Lifecycle.State.STARTED)) {
//safe to perform fragment transaction
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment