package com.discord.widgets.channels; import android.view.View; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.TextView; import android.widget.VideoView; import androidx.constraintlayout.widget.ConstraintLayout; import com.discord.databinding.WidgetThreadOnboardingBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetThreadOnboarding.kt */ public final /* synthetic */ class WidgetThreadOnboarding$binding$2 extends k implements Function1 { public static final WidgetThreadOnboarding$binding$2 INSTANCE = new WidgetThreadOnboarding$binding$2(); public WidgetThreadOnboarding$binding$2() { super(1, WidgetThreadOnboardingBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadOnboardingBinding;", 0); } public final WidgetThreadOnboardingBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131365393; ImageView imageView = (ImageView) view.findViewById(2131365393); if (imageView != null) { i = 2131365394; TextView textView = (TextView) view.findViewById(2131365394); if (textView != null) { i = 2131365395; MaterialButton materialButton = (MaterialButton) view.findViewById(2131365395); if (materialButton != null) { i = 2131365396; ImageView imageView2 = (ImageView) view.findViewById(2131365396); if (imageView2 != null) { i = 2131365397; TextView textView2 = (TextView) view.findViewById(2131365397); if (textView2 != null) { i = 2131365398; ImageView imageView3 = (ImageView) view.findViewById(2131365398); if (imageView3 != null) { i = 2131365399; TextView textView3 = (TextView) view.findViewById(2131365399); if (textView3 != null) { i = 2131365400; VideoView videoView = (VideoView) view.findViewById(2131365400); if (videoView != null) { i = 2131365401; FrameLayout frameLayout = (FrameLayout) view.findViewById(2131365401); if (frameLayout != null) { i = 2131365402; ImageView imageView4 = (ImageView) view.findViewById(2131365402); if (imageView4 != null) { i = 2131365403; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131365403); if (simpleDraweeView != null) { i = 2131365404; ImageView imageView5 = (ImageView) view.findViewById(2131365404); if (imageView5 != null) { return new WidgetThreadOnboardingBinding((ConstraintLayout) view, imageView, textView, materialButton, imageView2, textView2, imageView3, textView3, videoView, frameLayout, imageView4, simpleDraweeView, imageView5); } } } } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }