discord-jadx/app/src/main/java/com/discord/widgets/stickers/WidgetStickerPackDetailsDia...

44 lines
2.0 KiB
Java

package com.discord.widgets.stickers;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.TextView;
import com.discord.databinding.StickerPackDetailsDialogBinding;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetStickerPackDetailsDialog.kt */
public final /* synthetic */ class WidgetStickerPackDetailsDialog$binding$2 extends k implements Function1<View, StickerPackDetailsDialogBinding> {
public static final WidgetStickerPackDetailsDialog$binding$2 INSTANCE = new WidgetStickerPackDetailsDialog$binding$2();
public WidgetStickerPackDetailsDialog$binding$2() {
super(1, StickerPackDetailsDialogBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/StickerPackDetailsDialogBinding;", 0);
}
public final StickerPackDetailsDialogBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131365133;
TextView textView = (TextView) view.findViewById(2131365133);
if (textView != null) {
i = 2131365134;
TextView textView2 = (TextView) view.findViewById(2131365134);
if (textView2 != null) {
i = 2131365135;
TextView textView3 = (TextView) view.findViewById(2131365135);
if (textView3 != null) {
i = 2131365136;
TextView textView4 = (TextView) view.findViewById(2131365136);
if (textView4 != null) {
i = 2131365137;
TextView textView5 = (TextView) view.findViewById(2131365137);
if (textView5 != null) {
return new StickerPackDetailsDialogBinding((FrameLayout) view, textView, textView2, textView3, textView4, textView5);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}