Skip to content

Commit

Permalink
Fix: Remove unnecessary callback listener in Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
kukreja-vikramaditya committed Apr 19, 2018
1 parent 36dd48a commit 8a6d012
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ protected void onCreate(final Bundle savedInstanceState) {
pd.cancel();

googleApiClient = setupGoogleApiClient();
googleApiClient.registerConnectionCallbacks(this);
mHelper = new AuthHelperForGoogle(this, FirebaseAuth.getInstance());
}

Expand Down

0 comments on commit 8a6d012

Please sign in to comment.