package com.revenuecat.purchases;

import A4.d;
import J4.e;
import com.revenuecat.purchases.data.LogInResult;
import kotlin.jvm.internal.o;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class CoroutinesExtensionsKt$awaitLogIn$2$2 extends p implements e {
    final /* synthetic */ d $continuation;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public CoroutinesExtensionsKt$awaitLogIn$2$2(d dVar) {
        super(2);
        this.$continuation = dVar;
    }

    @Override // J4.e
    public /* bridge */ /* synthetic */ Object invoke(Object obj, Object obj2) {
        invoke((CustomerInfo) obj, ((Boolean) obj2).booleanValue());
        return C3137A.f25453a;
    }

    public final void invoke(CustomerInfo customerInfo, boolean z6) {
        o.h(customerInfo, "customerInfo");
        this.$continuation.resumeWith(new LogInResult(customerInfo, z6));
    }
}
