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

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 = 2131364807;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364807);
if (textInputLayout != null) {
i = 2131364808;
TextView textView = (TextView) view.findViewById(2131364808);
if (textView != null) {
i = 2131364809;
TextView textView2 = (TextView) view.findViewById(2131364809);
if (textView2 != null) {
i = 2131364810;
TextView textView3 = (TextView) view.findViewById(2131364810);
if (textView3 != null) {
i = 2131364811;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131364811);
if (relativeLayout != null) {
i = 2131364812;
ProgressBar progressBar = (ProgressBar) view.findViewById(2131364812);
if (progressBar != null) {
i = 2131364813;
TextView textView4 = (TextView) view.findViewById(2131364813);
if (textView4 != null) {
i = 2131364814;
TextView textView5 = (TextView) view.findViewById(2131364814);
if (textView5 != null) {
i = 2131364815;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131364815);
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)));
}
}