package ve;

import xyz.stream.api.entity.LiveCategoryEntity;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class l implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f33875a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ n f33876b;

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

    public /* synthetic */ l(n nVar, int i10, int i11) {
        this.f33875a = i11;
        this.f33876b = nVar;
        this.f33877c = i10;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f33875a;
        int i11 = this.f33877c;
        n nVar = this.f33876b;
        switch (i10) {
            case 0:
                p pVar = nVar.f33881b;
                pVar.f33902s = i11;
                pVar.c(((LiveCategoryEntity) pVar.f33891h.get(i11)).getCategoryId().intValue(), false);
                break;
            default:
                p pVar2 = nVar.f33881b;
                pVar2.f33902s = i11;
                pVar2.c(((LiveCategoryEntity) pVar2.f33891h.get(i11)).getCategoryId().intValue(), false);
                break;
        }
    }
}
