package com.discord.widgets.bugreports; import android.view.View; import android.widget.ImageView; import androidx.appcompat.widget.AppCompatImageView; import androidx.coordinatorlayout.widget.CoordinatorLayout; import com.discord.app.AppViewFlipper; import com.discord.databinding.WidgetBugReportBinding; import com.discord.views.sticker.StickerView; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; import com.google.android.material.card.MaterialCardView; import com.google.android.material.textfield.TextInputLayout; import com.google.android.material.textview.MaterialTextView; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetBugReport.kt */ public final /* synthetic */ class WidgetBugReport$binding$2 extends k implements Function1 { public static final WidgetBugReport$binding$2 INSTANCE = new WidgetBugReport$binding$2(); public WidgetBugReport$binding$2() { super(1, WidgetBugReportBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetBugReportBinding;", 0); } public final WidgetBugReportBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131362187; AppCompatImageView appCompatImageView = (AppCompatImageView) view.findViewById(2131362187); if (appCompatImageView != null) { i = 2131362188; TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362188); if (textInputLayout != null) { i = 2131362189; TextInputLayout textInputLayout2 = (TextInputLayout) view.findViewById(2131362189); if (textInputLayout2 != null) { i = 2131362190; MaterialTextView materialTextView = (MaterialTextView) view.findViewById(2131362190); if (materialTextView != null) { i = 2131362191; TextInputLayout textInputLayout3 = (TextInputLayout) view.findViewById(2131362191); if (textInputLayout3 != null) { i = 2131362192; MaterialCardView materialCardView = (MaterialCardView) view.findViewById(2131362192); if (materialCardView != null) { i = 2131362193; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362193); if (simpleDraweeView != null) { i = 2131362194; AppCompatImageView appCompatImageView2 = (AppCompatImageView) view.findViewById(2131362194); if (appCompatImageView2 != null) { i = 2131362195; ImageView imageView = (ImageView) view.findViewById(2131362195); if (imageView != null) { i = 2131362196; StickerView stickerView = (StickerView) view.findViewById(2131362196); if (stickerView != null) { i = 2131362197; MaterialTextView materialTextView2 = (MaterialTextView) view.findViewById(2131362197); if (materialTextView2 != null) { i = 2131362198; MaterialButton materialButton = (MaterialButton) view.findViewById(2131362198); if (materialButton != null) { i = 2131362199; AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131362199); if (appViewFlipper != null) { i = 2131362200; MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131362200); if (materialButton2 != null) { i = 2131365253; MaterialTextView materialTextView3 = (MaterialTextView) view.findViewById(2131365253); if (materialTextView3 != null) { i = 2131365734; View findViewById = view.findViewById(2131365734); if (findViewById != null) { return new WidgetBugReportBinding((CoordinatorLayout) view, appCompatImageView, textInputLayout, textInputLayout2, materialTextView, textInputLayout3, materialCardView, simpleDraweeView, appCompatImageView2, imageView, stickerView, materialTextView2, materialButton, appViewFlipper, materialButton2, materialTextView3, findViewById); } } } } } } } } } } } } } } } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }