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

73 lines
3.9 KiB
Java

package com.discord.widgets.stickers;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.discord.databinding.WidgetStickerSheetBinding;
import com.discord.views.LoadingButton;
import com.discord.views.sticker.StickerView;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.chip.Chip;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetStickerSheet.kt */
public final /* synthetic */ class WidgetStickerSheet$binding$2 extends k implements Function1<View, WidgetStickerSheetBinding> {
public static final WidgetStickerSheet$binding$2 INSTANCE = new WidgetStickerSheet$binding$2();
public WidgetStickerSheet$binding$2() {
super(1, WidgetStickerSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetStickerSheetBinding;", 0);
}
public final WidgetStickerSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131365203;
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131365203);
if (loadingButton != null) {
i = 2131365204;
TextView textView = (TextView) view.findViewById(2131365204);
if (textView != null) {
i = 2131365205;
TextView textView2 = (TextView) view.findViewById(2131365205);
if (textView2 != null) {
i = 2131365207;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131365207);
if (linearLayout != null) {
i = 2131365208;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131365208);
if (materialButton != null) {
i = 2131365209;
Chip chip = (Chip) view.findViewById(2131365209);
if (chip != null) {
i = 2131365210;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131365210);
if (relativeLayout != null) {
i = 2131365226;
StickerView stickerView = (StickerView) view.findViewById(2131365226);
if (stickerView != null) {
i = 2131365227;
StickerView stickerView2 = (StickerView) view.findViewById(2131365227);
if (stickerView2 != null) {
i = 2131365228;
StickerView stickerView3 = (StickerView) view.findViewById(2131365228);
if (stickerView3 != null) {
i = 2131365229;
StickerView stickerView4 = (StickerView) view.findViewById(2131365229);
if (stickerView4 != null) {
return new WidgetStickerSheetBinding((LinearLayout) view, loadingButton, textView, textView2, linearLayout, materialButton, chip, relativeLayout, stickerView, stickerView2, stickerView3, stickerView4);
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}