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

48 lines
2.3 KiB
Java

package com.discord.widgets.guilds.create;
import android.view.View;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import c.a.i.i0;
import com.discord.databinding.WidgetGuildCreateBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.LoadingButton;
import com.discord.views.ScreenTitleView;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGuildCreate.kt */
public final /* synthetic */ class WidgetGuildCreate$binding$2 extends k implements Function1<View, WidgetGuildCreateBinding> {
public static final WidgetGuildCreate$binding$2 INSTANCE = new WidgetGuildCreate$binding$2();
public WidgetGuildCreate$binding$2() {
super(1, WidgetGuildCreateBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildCreateBinding;", 0);
}
public final WidgetGuildCreateBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363409;
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131363409);
if (loadingButton != null) {
i = 2131363411;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131363411);
if (linkifiedTextView != null) {
i = 2131363412;
View findViewById = view.findViewById(2131363412);
if (findViewById != null) {
i0 a = i0.a(findViewById);
i = 2131363413;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131363413);
if (textInputLayout != null) {
i = 2131363415;
ScreenTitleView screenTitleView = (ScreenTitleView) view.findViewById(2131363415);
if (screenTitleView != null) {
return new WidgetGuildCreateBinding((CoordinatorLayout) view, loadingButton, linkifiedTextView, a, textInputLayout, screenTitleView);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}