package V2;

import com.debridstream.tv.HomeViewModel;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Set;
import m3.AbstractC2467b;
import w4.C3137A;

/* JADX INFO: renamed from: V2.s2, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0719s2 extends C4.j implements J4.e {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ Set f8068f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0719s2(ArrayList arrayList, HomeViewModel homeViewModel, F1 f12, Set set, Set set2, A4.d dVar) {
        super(2, dVar);
        this.f8064b = arrayList;
        this.f8065c = homeViewModel;
        this.f8066d = f12;
        this.f8067e = set;
        this.f8068f = set2;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        C0719s2 c0719s2 = new C0719s2(this.f8064b, this.f8065c, this.f8066d, this.f8067e, this.f8068f, dVar);
        c0719s2.f8063a = obj;
        return c0719s2;
    }

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        AbstractC2467b.l(obj);
        V4.C c6 = (V4.C) this.f8063a;
        Iterator it = this.f8064b.iterator();
        kotlin.jvm.internal.o.g(it, "iterator(...)");
        while (it.hasNext()) {
            Object next = it.next();
            kotlin.jvm.internal.o.g(next, "next(...)");
            V4.E.y(c6, null, null, new C0715r2((AbstractC0742y1) next, this.f8065c, this.f8066d, this.f8067e, this.f8068f, null), 3);
        }
        return C3137A.f25453a;
    }
}
