package V2;

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

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public String f7588c;

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f7590e = obj;
        this.f7592j |= Integer.MIN_VALUE;
        return this.f7591f.completeProfileEntry(null, null, null, this);
    }
}
