package com.strmr.ps.ui.search;

import androidx.media3.container.NalUnitUtil;
import com.google.android.gms.actions.SearchIntents;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.ui.search.SearchViewModel", f = "SearchViewModel.kt", i = {0, 0, 0, 0, 0, 0, 1, 1}, l = {285, 294}, m = "searchAddonRow", n = {"this", "row", SearchIntents.EXTRA_QUERY, "addonId", "catalogType", "catalogId", "row", "addon"}, s = {"L$0", "L$1", "L$2", "L$3", "L$4", "L$5", "L$0", "L$1"})
final class j extends ContinuationImpl {
    public Object a;
    public Object b;
    public String c;
    public String d;
    public String e;
    public String f;
    public /* synthetic */ Object i;
    public final /* synthetic */ SearchViewModel j;
    public int k;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public j(SearchViewModel searchViewModel, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.j = searchViewModel;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.i = obj;
        this.k |= Integer.MIN_VALUE;
        return SearchViewModel.b(this.j, null, null, this);
    }
}
