package h3;

import com.debridstream.tv.screens.SearchViewModel;

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public Y2(SearchViewModel searchViewModel, A4.d dVar) {
        super(dVar);
        this.f17625c = searchViewModel;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f17624b = obj;
        this.f17626d |= Integer.MIN_VALUE;
        return this.f17625c.runSearch(null, this);
    }
}
