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(
115
115
String password = credentialsApi .getPasswordFromCredential ();
116
116
String accountType = credentialsApi .getAccountTypeFromCredential ();
117
117
118
- if (PlayServicesHelper .isPlayServicesAvailable (this ) &&
119
- credentialsApi .isCredentialsAvailable ()) {
118
+ if (PlayServicesHelper .isPlayServicesAvailable (this )
119
+ && credentialsApi .isCredentialsAvailable ()) {
120
120
121
121
if (credentialsApi .isAutoSignInAvailable ()) {
122
122
credentialsApi .googleSilentSignIn ();
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ public void onStop() {
227
227
mGoogleApiClient .disconnect ();;
228
228
}
229
229
230
- hideProgress ();;
230
+ hideProgress ();
231
231
}
232
232
233
233
@ Override
You can’t perform that action at this time.
0 commit comments