package com.discord.widgets.channels.threads.browser; import android.view.View; import android.widget.TextView; import androidx.cardview.widget.CardView; import androidx.core.widget.NestedScrollView; import com.discord.databinding.WidgetThreadBrowserFilterSheetBinding; import com.discord.views.CheckedSetting; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetThreadBrowserFilterSheet.kt */ public final /* synthetic */ class WidgetThreadBrowserFilterSheet$binding$2 extends k implements Function1 { public static final WidgetThreadBrowserFilterSheet$binding$2 INSTANCE = new WidgetThreadBrowserFilterSheet$binding$2(); public WidgetThreadBrowserFilterSheet$binding$2() { super(1, WidgetThreadBrowserFilterSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadBrowserFilterSheetBinding;", 0); } public final WidgetThreadBrowserFilterSheetBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131363481; TextView textView = (TextView) view.findViewById(2131363481); if (textView != null) { i = 2131365366; CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131365366); if (checkedSetting != null) { i = 2131365367; CardView cardView = (CardView) view.findViewById(2131365367); if (cardView != null) { i = 2131365372; CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131365372); if (checkedSetting2 != null) { i = 2131365373; CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131365373); if (checkedSetting3 != null) { i = 2131365427; TextView textView2 = (TextView) view.findViewById(2131365427); if (textView2 != null) { return new WidgetThreadBrowserFilterSheetBinding((NestedScrollView) view, textView, checkedSetting, cardView, checkedSetting2, checkedSetting3, textView2); } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }