package a6;

import android.os.Bundle;
import com.martsnew.tv.ui.update.TVUpdateFragment;
import n4.u0;

/* JADX INFO: renamed from: a6.k, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0417k extends P6.h implements O6.a {

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

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public final /* synthetic */ TVUpdateFragment f7645s;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ C0417k(TVUpdateFragment tVUpdateFragment, int i) {
        super(0);
        this.f7644r = i;
        this.f7645s = tVUpdateFragment;
    }

    @Override // O6.a
    public final Object a() {
        switch (this.f7644r) {
            case u0.f15495q /* 0 */:
                TVUpdateFragment tVUpdateFragment = this.f7645s;
                Bundle bundle = tVUpdateFragment.f13298v;
                if (bundle != null) {
                    return bundle;
                }
                throw new IllegalStateException("Fragment " + tVUpdateFragment + " has null arguments");
            default:
                return this.f7645s;
        }
    }
}
