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

70 lines
3.8 KiB
Java

package com.discord.widgets.guilds.invite;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetGuildInviteShareBinding;
import com.discord.views.CheckedSetting;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGuildInviteShare.kt */
public final /* synthetic */ class WidgetGuildInviteShare$binding$2 extends k implements Function1<View, WidgetGuildInviteShareBinding> {
public static final WidgetGuildInviteShare$binding$2 INSTANCE = new WidgetGuildInviteShare$binding$2();
public WidgetGuildInviteShare$binding$2() {
super(1, WidgetGuildInviteShareBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildInviteShareBinding;", 0);
}
public final WidgetGuildInviteShareBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362168;
View findViewById = view.findViewById(2131362168);
if (findViewById != null) {
i = 2131363425;
TextView textView = (TextView) view.findViewById(2131363425);
if (textView != null) {
i = 2131363433;
TextView textView2 = (TextView) view.findViewById(2131363433);
if (textView2 != null) {
i = 2131363435;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131363435);
if (checkedSetting != null) {
i = 2131363436;
ImageView imageView = (ImageView) view.findViewById(2131363436);
if (imageView != null) {
i = 2131363437;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363437);
if (materialButton != null) {
i = 2131363439;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131363439);
if (textInputLayout != null) {
i = 2131363441;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363441);
if (recyclerView != null) {
i = 2131363442;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131363442);
if (appViewFlipper != null) {
i = 2131363716;
ViewInviteSettingsSheet viewInviteSettingsSheet = (ViewInviteSettingsSheet) view.findViewById(2131363716);
if (viewInviteSettingsSheet != null) {
return new WidgetGuildInviteShareBinding((CoordinatorLayout) view, findViewById, textView, textView2, checkedSetting, imageView, materialButton, textInputLayout, recyclerView, appViewFlipper, viewInviteSettingsSheet);
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}