package V2;

import com.debridstream.tv.HomeViewModel;

/* JADX INFO: renamed from: V2.e2, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0655e2 extends C4.c {

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f7745b = obj;
        this.f7747d |= Integer.MIN_VALUE;
        return this.f7746c.refreshCatalogConfigsFromRemote(this);
    }
}
