package N5;

import android.os.Bundle;
import com.martsnew.tv.ui.movie_list.TvMovieListFragment;
import n4.u0;

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ k(TvMovieListFragment tvMovieListFragment, int i) {
        super(0);
        this.f4771r = i;
        this.f4772s = tvMovieListFragment;
    }

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