Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created August 13, 2016 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frogermcs/a98f2da2bade8c74bef650ccd56e2f2b to your computer and use it in GitHub Desktop.
Save frogermcs/a98f2da2bade8c74bef650ccd56e2f2b to your computer and use it in GitHub Desktop.
private void setupUserComponent() {
//...
//This screen cannot work when user session is not started.
if (!isUserSessionStarted) {
finish();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment