package V2;

import com.debridstream.tv.AuthViewModel;

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public D0(AuthViewModel authViewModel, A4.d dVar) {
        super(dVar);
        this.f7288c = authViewModel;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f7287b = obj;
        this.f7289d |= Integer.MIN_VALUE;
        return this.f7288c.refreshStartupStateForAuthenticatedUser(this);
    }
}
