package androidx.credentials.playservices.controllers.GetSignInIntent; import androidx.credentials.exceptions.GetCredentialException; import java.util.concurrent.Executor; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.internal.Lambda; /* loaded from: classes.dex */ public final class CredentialProviderGetSignInIntentController$handleResponse$5 extends Lambda implements Function0 { final /* synthetic */ GetCredentialException $e; final /* synthetic */ CredentialProviderGetSignInIntentController this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public CredentialProviderGetSignInIntentController$handleResponse$5(CredentialProviderGetSignInIntentController credentialProviderGetSignInIntentController, GetCredentialException getCredentialException) { super(0); this.this$0 = credentialProviderGetSignInIntentController; this.$e = getCredentialException; } @Override // kotlin.jvm.functions.Function0 public /* bridge */ /* synthetic */ Object invoke() { m136invoke(); return Unit.INSTANCE; } /* JADX INFO: Access modifiers changed from: private */ public static final void invoke$lambda$0(CredentialProviderGetSignInIntentController credentialProviderGetSignInIntentController, GetCredentialException getCredentialException) { credentialProviderGetSignInIntentController.getCallback().onError(getCredentialException); } /* renamed from: invoke, reason: collision with other method in class */ public final void m136invoke() { Executor executor = this.this$0.getExecutor(); final CredentialProviderGetSignInIntentController credentialProviderGetSignInIntentController = this.this$0; final GetCredentialException getCredentialException = this.$e; executor.execute(new Runnable() { // from class: androidx.credentials.playservices.controllers.GetSignInIntent.CredentialProviderGetSignInIntentController$handleResponse$5$$ExternalSyntheticLambda0 @Override // java.lang.Runnable public final void run() { CredentialProviderGetSignInIntentController$handleResponse$5.invoke$lambda$0(CredentialProviderGetSignInIntentController.this, getCredentialException); } }); } }