package com.discord.widgets.channels.threads.browser; import android.view.View; import android.widget.TextView; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.recyclerview.widget.RecyclerView; import c.a.i.j1; import com.discord.databinding.WidgetThreadBrowserArchivedBinding; import com.google.android.material.button.MaterialButton; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetThreadBrowserArchived.kt */ public final /* synthetic */ class WidgetThreadBrowserArchived$binding$2 extends k implements Function1 { public static final WidgetThreadBrowserArchived$binding$2 INSTANCE = new WidgetThreadBrowserArchived$binding$2(); public WidgetThreadBrowserArchived$binding$2() { super(1, WidgetThreadBrowserArchivedBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadBrowserArchivedBinding;", 0); } public final WidgetThreadBrowserArchivedBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131363098; View findViewById = view.findViewById(2131363098); if (findViewById != null) { j1 a = j1.a(findViewById); i = 2131364499; RecyclerView recyclerView = (RecyclerView) view.findViewById(2131364499); if (recyclerView != null) { i = 2131365363; TextView textView = (TextView) view.findViewById(2131365363); if (textView != null) { i = 2131365364; ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131365364); if (constraintLayout != null) { i = 2131365370; MaterialButton materialButton = (MaterialButton) view.findViewById(2131365370); if (materialButton != null) { return new WidgetThreadBrowserArchivedBinding((ConstraintLayout) view, a, recyclerView, textView, constraintLayout, materialButton); } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }