package V2;

import android.content.Context;
import com.debridstream.tv.ProfileViewModel;

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

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public Z2(ProfileViewModel profileViewModel, A4.d dVar) {
        super(dVar);
        this.f7664d = profileViewModel;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f7663c = obj;
        this.f7665e |= Integer.MIN_VALUE;
        return this.f7664d.resumeFromColdStart(null, null, this);
    }
}
