Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created August 13, 2016 15:07
//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