discord-jadx/app/src/main/java/com/discord/widgets/stickers/WidgetGuildStickerSheet$binding$2.java
2021-07-13 22:23:20 +02:00

86 lines
5 KiB
Java

package com.discord.widgets.stickers;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetGuildStickerSheetBinding;
import com.discord.views.sticker.StickerView;
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: WidgetGuildStickerSheet.kt */
public final /* synthetic */ class WidgetGuildStickerSheet$binding$2 extends k implements Function1<View, WidgetGuildStickerSheetBinding> {
public static final WidgetGuildStickerSheet$binding$2 INSTANCE = new WidgetGuildStickerSheet$binding$2();
public WidgetGuildStickerSheet$binding$2() {
super(1, WidgetGuildStickerSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildStickerSheetBinding;", 0);
}
public final WidgetGuildStickerSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362994;
View findViewById = view.findViewById(2131362994);
if (findViewById != null) {
i = 2131363517;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131363517);
if (frameLayout != null) {
i = 2131363518;
TextView textView = (TextView) view.findViewById(2131363518);
if (textView != null) {
AppViewFlipper appViewFlipper = (AppViewFlipper) view;
i = 2131363520;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131363520);
if (linearLayout != null) {
i = 2131363521;
TextView textView2 = (TextView) view.findViewById(2131363521);
if (textView2 != null) {
i = 2131363522;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363522);
if (simpleDraweeView != null) {
i = 2131363523;
TextView textView3 = (TextView) view.findViewById(2131363523);
if (textView3 != null) {
i = 2131363524;
FrameLayout frameLayout2 = (FrameLayout) view.findViewById(2131363524);
if (frameLayout2 != null) {
i = 2131363525;
TextView textView4 = (TextView) view.findViewById(2131363525);
if (textView4 != null) {
i = 2131363526;
TextView textView5 = (TextView) view.findViewById(2131363526);
if (textView5 != null) {
i = 2131363527;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363527);
if (materialButton != null) {
i = 2131363528;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363528);
if (materialButton2 != null) {
i = 2131363529;
StickerView stickerView = (StickerView) view.findViewById(2131363529);
if (stickerView != null) {
i = 2131363530;
TextView textView6 = (TextView) view.findViewById(2131363530);
if (textView6 != null) {
return new WidgetGuildStickerSheetBinding(appViewFlipper, findViewById, frameLayout, textView, appViewFlipper, linearLayout, textView2, simpleDraweeView, textView3, frameLayout2, textView4, textView5, materialButton, materialButton2, stickerView, textView6);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}