package com.discord.widgets.stickers; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import com.discord.databinding.WidgetUnknownStickerSheetBinding; import com.discord.views.sticker.StickerView; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetUnknownStickerSheet.kt */ public final /* synthetic */ class WidgetUnknownStickerSheet$binding$2 extends k implements Function1 { public static final WidgetUnknownStickerSheet$binding$2 INSTANCE = new WidgetUnknownStickerSheet$binding$2(); public WidgetUnknownStickerSheet$binding$2() { super(1, WidgetUnknownStickerSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUnknownStickerSheetBinding;", 0); } public final WidgetUnknownStickerSheetBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131365453; StickerView stickerView = (StickerView) view.findViewById(2131365453); if (stickerView != null) { i = 2131365454; TextView textView = (TextView) view.findViewById(2131365454); if (textView != null) { return new WidgetUnknownStickerSheetBinding((LinearLayout) view, stickerView, textView); } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }