package com.google.android.material.internal;

import android.view.LayoutInflater;
import android.view.ViewGroup;

/* JADX INFO: loaded from: classes2.dex */
public final class t extends c0 {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public t(int i10, LayoutInflater layoutInflater, ViewGroup viewGroup) {
        super(layoutInflater.inflate(x8.i.design_navigation_item_separator, viewGroup, false));
        if (i10 != 2) {
        } else {
            super(layoutInflater.inflate(x8.i.design_navigation_item_subheader, viewGroup, false));
        }
    }
}
