File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
auth/src/main/java/com/firebase/ui/auth Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ public void onCredentialsApiConnected(
115115 String password = credentialsApi .getPasswordFromCredential ();
116116 String accountType = credentialsApi .getAccountTypeFromCredential ();
117117
118- if (PlayServicesHelper .isPlayServicesAvailable (this ) &&
119- credentialsApi .isCredentialsAvailable ()) {
118+ if (PlayServicesHelper .isPlayServicesAvailable (this )
119+ && credentialsApi .isCredentialsAvailable ()) {
120120
121121 if (credentialsApi .isAutoSignInAvailable ()) {
122122 credentialsApi .googleSilentSignIn ();
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ public void onStop() {
227227 mGoogleApiClient .disconnect ();;
228228 }
229229
230- hideProgress ();;
230+ hideProgress ();
231231 }
232232
233233 @ Override
You can’t perform that action at this time.
0 commit comments