Skip to content

Instantly share code, notes, and snippets.

@siisee11
Created May 23, 2020 12:22
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 siisee11/ff093e2b70a1d81b3ec9c916030ee447 to your computer and use it in GitHub Desktop.
Save siisee11/ff093e2b70a1d81b3ec9c916030ee447 to your computer and use it in GitHub Desktop.
private void updateUI(GoogleSignInAccount account) {
Intent intent = new Intent(getApplicationContext(), ProfileActivity.class);
intent.putExtra(ProfileActivity.GOOGLE_ACCOUNT, account);
startActivityForResult(intent,1001);
finish();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment