package h3;

import java.util.List;
import m3.AbstractC2467b;
import w4.C3137A;

/* JADX INFO: loaded from: classes.dex */
public final class L4 extends C4.j implements J4.e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ boolean f17031a;

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ C2151m0 f17035e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ V4.C f17036f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public L4(boolean z6, boolean z7, List list, int i6, C2151m0 c2151m0, V4.C c6, A4.d dVar) {
        super(2, dVar);
        this.f17031a = z6;
        this.f17032b = z7;
        this.f17033c = list;
        this.f17034d = i6;
        this.f17035e = c2151m0;
        this.f17036f = c6;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        return new L4(this.f17031a, this.f17032b, this.f17033c, this.f17034d, this.f17035e, this.f17036f, dVar);
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        L4 l42 = (L4) create((V4.C) obj, (A4.d) obj2);
        C3137A c3137a = C3137A.f25453a;
        l42.invokeSuspend(c3137a);
        return c3137a;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        int i6;
        B4.a aVar = B4.a.f492a;
        AbstractC2467b.l(obj);
        C3137A c3137a = C3137A.f25453a;
        if (this.f17031a && !this.f17032b) {
            List list = this.f17033c;
            if (!list.isEmpty() && (i6 = this.f17034d) >= 0 && i6 < list.size()) {
                this.f17035e.a(this.f17036f, i6);
            }
        }
        return c3137a;
    }
}
