discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsVanityU...

64 lines
3.4 KiB
Java

package com.discord.widgets.servers;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetServerSettingsVanityUrlBinding;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetServerSettingsVanityUrl.kt */
public final /* synthetic */ class WidgetServerSettingsVanityUrl$binding$2 extends k implements Function1<View, WidgetServerSettingsVanityUrlBinding> {
public static final WidgetServerSettingsVanityUrl$binding$2 INSTANCE = new WidgetServerSettingsVanityUrl$binding$2();
public WidgetServerSettingsVanityUrl$binding$2() {
super(1, WidgetServerSettingsVanityUrlBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetServerSettingsVanityUrlBinding;", 0);
}
public final WidgetServerSettingsVanityUrlBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131364754;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364754);
if (textInputLayout != null) {
i = 2131364755;
TextView textView = (TextView) view.findViewById(2131364755);
if (textView != null) {
i = 2131364756;
TextView textView2 = (TextView) view.findViewById(2131364756);
if (textView2 != null) {
i = 2131364757;
TextView textView3 = (TextView) view.findViewById(2131364757);
if (textView3 != null) {
i = 2131364758;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131364758);
if (relativeLayout != null) {
i = 2131364759;
ProgressBar progressBar = (ProgressBar) view.findViewById(2131364759);
if (progressBar != null) {
i = 2131364760;
TextView textView4 = (TextView) view.findViewById(2131364760);
if (textView4 != null) {
i = 2131364761;
TextView textView5 = (TextView) view.findViewById(2131364761);
if (textView5 != null) {
i = 2131364762;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131364762);
if (floatingActionButton != null) {
return new WidgetServerSettingsVanityUrlBinding((CoordinatorLayout) view, textInputLayout, textView, textView2, textView3, relativeLayout, progressBar, textView4, textView5, floatingActionButton);
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}