discord-jadx/app/src/main/java/com/discord/widgets/guilds/invite/WidgetGuildInviteShareCompa...

65 lines
3.5 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.WidgetGuildInviteShareCompactBinding;
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: WidgetGuildInviteShareCompact.kt */
public final /* synthetic */ class WidgetGuildInviteShareCompact$binding$2 extends k implements Function1<View, WidgetGuildInviteShareCompactBinding> {
public static final WidgetGuildInviteShareCompact$binding$2 INSTANCE = new WidgetGuildInviteShareCompact$binding$2();
public WidgetGuildInviteShareCompact$binding$2() {
super(1, WidgetGuildInviteShareCompactBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildInviteShareCompactBinding;", 0);
}
public final WidgetGuildInviteShareCompactBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362164;
View findViewById = view.findViewById(2131362164);
if (findViewById != null) {
i = 2131363395;
TextView textView = (TextView) view.findViewById(2131363395);
if (textView != null) {
i = 2131363405;
TextView textView2 = (TextView) view.findViewById(2131363405);
if (textView2 != null) {
i = 2131363406;
ImageView imageView = (ImageView) view.findViewById(2131363406);
if (imageView != null) {
i = 2131363407;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363407);
if (materialButton != null) {
i = 2131363408;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131363408);
if (textInputLayout != null) {
i = 2131363411;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363411);
if (recyclerView != null) {
i = 2131363412;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131363412);
if (appViewFlipper != null) {
i = 2131363673;
ViewInviteSettingsSheet viewInviteSettingsSheet = (ViewInviteSettingsSheet) view.findViewById(2131363673);
if (viewInviteSettingsSheet != null) {
return new WidgetGuildInviteShareCompactBinding((CoordinatorLayout) view, findViewById, textView, textView2, imageView, materialButton, textInputLayout, recyclerView, appViewFlipper, viewInviteSettingsSheet);
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}