Skip to content

Commit 4e5aa43

Browse files
authored
Add missing override annotation in GoogleSignInPlugin (flutter#155)
1 parent ed4a850 commit 4e5aa43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google_sign_in/android/src/main/java/io/flutter/plugins/googlesignin/GoogleSignInPlugin.java

+1
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ public void onConnectionFailed(@NonNull final ConnectionResult result) {
391391
result.getErrorCode(),
392392
REQUEST_CODE_RESOLVE_ERROR,
393393
new DialogInterface.OnCancelListener() {
394+
@Override
394395
public void onCancel(DialogInterface dialog) {
395396
if (pendingOperation != null && pendingOperation.method.equals(METHOD_INIT)) {
396397
finishWithError(

0 commit comments

Comments
 (0)