package D5;

import android.os.Bundle;
import com.martsnew.tv.ui.episodelist.TvEpisodeListFragment;
import n4.u0;

/* JADX INFO: loaded from: classes.dex */
public final class n extends P6.h implements O6.a {

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ n(TvEpisodeListFragment tvEpisodeListFragment, int i) {
        super(0);
        this.f1901r = i;
        this.f1902s = tvEpisodeListFragment;
    }

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