package q5;

import R4.m;
import m3.AbstractC2467b;
import p5.AbstractC2749t;
import p5.G;
import w4.C3137A;
import x4.C3249o;

/* JADX INFO: loaded from: classes3.dex */
public final class d extends C4.i implements J4.e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f23743a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public /* synthetic */ Object f23744b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ AbstractC2749t f23745c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ G f23746d;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public d(AbstractC2749t abstractC2749t, G g6, A4.d dVar) {
        super(2, dVar);
        this.f23745c = abstractC2749t;
        this.f23746d = g6;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        d dVar2 = new d(this.f23745c, this.f23746d, dVar);
        dVar2.f23744b = obj;
        return dVar2;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        return ((d) create((m) obj, (A4.d) obj2)).invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f23743a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            m mVar = (m) this.f23744b;
            C3249o c3249o = new C3249o();
            this.f23743a = 1;
            if (b.c(mVar, this.f23745c, c3249o, this.f23746d, false, true, this) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        return C3137A.f25453a;
    }
}
