discord-jadx/app/src/main/java/com/discord/widgets/bugreports/WidgetBugReport$binding$2.java

96 lines
6.2 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
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<View, WidgetBugReportBinding> {
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");
2021-07-13 20:23:20 +00:00
int i = 2131362176;
AppCompatImageView appCompatImageView = (AppCompatImageView) view.findViewById(2131362176);
2021-06-27 20:44:35 +00:00
if (appCompatImageView != null) {
2021-07-13 20:23:20 +00:00
i = 2131362177;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362177);
2021-06-27 20:44:35 +00:00
if (textInputLayout != null) {
2021-07-13 20:23:20 +00:00
i = 2131362178;
TextInputLayout textInputLayout2 = (TextInputLayout) view.findViewById(2131362178);
2021-06-27 20:44:35 +00:00
if (textInputLayout2 != null) {
2021-07-13 20:23:20 +00:00
i = 2131362179;
MaterialTextView materialTextView = (MaterialTextView) view.findViewById(2131362179);
2021-06-27 20:44:35 +00:00
if (materialTextView != null) {
2021-07-13 20:23:20 +00:00
i = 2131362180;
TextInputLayout textInputLayout3 = (TextInputLayout) view.findViewById(2131362180);
2021-06-27 20:44:35 +00:00
if (textInputLayout3 != null) {
2021-07-13 20:23:20 +00:00
i = 2131362181;
MaterialCardView materialCardView = (MaterialCardView) view.findViewById(2131362181);
2021-06-27 20:44:35 +00:00
if (materialCardView != null) {
2021-07-13 20:23:20 +00:00
i = 2131362182;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362182);
2021-06-27 20:44:35 +00:00
if (simpleDraweeView != null) {
2021-07-13 20:23:20 +00:00
i = 2131362183;
AppCompatImageView appCompatImageView2 = (AppCompatImageView) view.findViewById(2131362183);
2021-06-27 20:44:35 +00:00
if (appCompatImageView2 != null) {
2021-07-13 20:23:20 +00:00
i = 2131362184;
ImageView imageView = (ImageView) view.findViewById(2131362184);
2021-06-27 20:44:35 +00:00
if (imageView != null) {
2021-07-13 20:23:20 +00:00
i = 2131362185;
StickerView stickerView = (StickerView) view.findViewById(2131362185);
2021-06-27 20:44:35 +00:00
if (stickerView != null) {
2021-07-13 20:23:20 +00:00
i = 2131362186;
MaterialTextView materialTextView2 = (MaterialTextView) view.findViewById(2131362186);
2021-06-27 20:44:35 +00:00
if (materialTextView2 != null) {
2021-07-13 20:23:20 +00:00
i = 2131362187;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362187);
2021-06-27 20:44:35 +00:00
if (materialButton != null) {
2021-07-13 20:23:20 +00:00
i = 2131362188;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131362188);
2021-06-27 20:44:35 +00:00
if (appViewFlipper != null) {
2021-07-13 20:23:20 +00:00
i = 2131362189;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131362189);
2021-06-27 20:44:35 +00:00
if (materialButton2 != null) {
2021-07-13 20:23:20 +00:00
i = 2131365242;
MaterialTextView materialTextView3 = (MaterialTextView) view.findViewById(2131365242);
2021-06-27 20:44:35 +00:00
if (materialTextView3 != null) {
2021-07-19 11:38:20 +00:00
i = 2131365715;
View findViewById = view.findViewById(2131365715);
2021-06-27 20:44:35 +00:00
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)));
}
}