Skip to content

Instantly share code, notes, and snippets.

@antew
Created February 10, 2013 06:21
Show Gist options
  • Save antew/4748617 to your computer and use it in GitHub Desktop.
Save antew/4748617 to your computer and use it in GitHub Desktop.
@Override
public void performLogout() {
Toast.makeText(this,
"Received log out request!",
Toast.LENGTH_SHORT
).show();
}
@Override
public void cancelLogout() {
Toast.makeText(this,
"Log out cancelled!",
Toast.LENGTH_SHORT
).show();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment