package V2;

import com.debridstream.tv.HomeViewModel;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class Z1 extends C4.c {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public List f7657b;

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public Z1(HomeViewModel homeViewModel, A4.d dVar) {
        super(dVar);
        this.f7659d = homeViewModel;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f7658c = obj;
        this.f7660e |= Integer.MIN_VALUE;
        return this.f7659d.computeMainCatalogs(null, this);
    }
}
