discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsVanityUrl$binding$2.java
2021-07-24 04:37:17 +02:00

63 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 = 2131364819;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364819);
if (textInputLayout != null) {
i = 2131364820;
TextView textView = (TextView) view.findViewById(2131364820);
if (textView != null) {
i = 2131364821;
TextView textView2 = (TextView) view.findViewById(2131364821);
if (textView2 != null) {
i = 2131364822;
TextView textView3 = (TextView) view.findViewById(2131364822);
if (textView3 != null) {
i = 2131364823;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131364823);
if (relativeLayout != null) {
i = 2131364824;
ProgressBar progressBar = (ProgressBar) view.findViewById(2131364824);
if (progressBar != null) {
i = 2131364825;
TextView textView4 = (TextView) view.findViewById(2131364825);
if (textView4 != null) {
i = 2131364826;
TextView textView5 = (TextView) view.findViewById(2131364826);
if (textView5 != null) {
i = 2131364827;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131364827);
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)));
}
}