Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created August 13, 2016 15:07
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/e593714bd539b5a1763b24dce8abe985 to your computer and use it in GitHub Desktop.
Save frogermcs/e593714bd539b5a1763b24dce8abe985 to your computer and use it in GitHub Desktop.
//UserManager
public void closeUserSession() {
Timber.i("Close session for user: %s", userDataStore.getUser());
userComponent.logoutManager().startLogoutProcess();
userDataStore.clearUser();
userComponent = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment