package O1;

import m3.AbstractC2467b;
import w4.C3137A;

/* JADX INFO: renamed from: O1.t, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0579t extends C4.j implements J4.c {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ F f5451b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0579t(F f6, A4.d dVar) {
        super(1, dVar);
        this.f5451b = f6;
    }

    @Override // C4.a
    public final A4.d create(A4.d dVar) {
        return new C0579t(this.f5451b, dVar);
    }

    @Override // J4.c
    public final Object invoke(Object obj) {
        return ((C0579t) create((A4.d) obj)).invokeSuspend(C3137A.f25453a);
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f5450a;
        if (i6 != 0) {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
            return obj;
        }
        AbstractC2467b.l(obj);
        this.f5450a = 1;
        Object objInvoke = this.f5451b.invoke(this);
        return objInvoke == aVar ? aVar : objInvoke;
    }
}
