We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4a850 commit 4e5aa43Copy full SHA for 4e5aa43
packages/google_sign_in/android/src/main/java/io/flutter/plugins/googlesignin/GoogleSignInPlugin.java
@@ -391,6 +391,7 @@ public void onConnectionFailed(@NonNull final ConnectionResult result) {
391
result.getErrorCode(),
392
REQUEST_CODE_RESOLVE_ERROR,
393
new DialogInterface.OnCancelListener() {
394
+ @Override
395
public void onCancel(DialogInterface dialog) {
396
if (pendingOperation != null && pendingOperation.method.equals(METHOD_INIT)) {
397
finishWithError(
0 commit comments