package com.discord.widgets.notice; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import com.discord.databinding.WidgetNoticeDialogBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.google.android.material.button.MaterialButton; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetNoticeDialog.kt */ public final /* synthetic */ class WidgetNoticeDialog$binding$2 extends k implements Function1 { public static final WidgetNoticeDialog$binding$2 INSTANCE = new WidgetNoticeDialog$binding$2(); public WidgetNoticeDialog$binding$2() { super(1, WidgetNoticeDialogBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetNoticeDialogBinding;", 0); } public final WidgetNoticeDialogBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131364123; LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364123); if (linearLayout != null) { i = 2131364124; LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131364124); if (linkifiedTextView != null) { i = 2131364125; MaterialButton materialButton = (MaterialButton) view.findViewById(2131364125); if (materialButton != null) { i = 2131364127; TextView textView = (TextView) view.findViewById(2131364127); if (textView != null) { i = 2131364128; LinearLayout linearLayout2 = (LinearLayout) view.findViewById(2131364128); if (linearLayout2 != null) { i = 2131364130; MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131364130); if (materialButton2 != null) { return new WidgetNoticeDialogBinding((LinearLayout) view, linearLayout, linkifiedTextView, materialButton, textView, linearLayout2, materialButton2); } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }