discord-jadx/app/src/main/java/com/discord/widgets/user/WidgetKickUser$binding$2.java

46 lines
2.1 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.user;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.discord.databinding.WidgetKickUserBinding;
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: WidgetKickUser.kt */
public final /* synthetic */ class WidgetKickUser$binding$2 extends k implements Function1<View, WidgetKickUserBinding> {
public static final WidgetKickUser$binding$2 INSTANCE = new WidgetKickUser$binding$2();
public WidgetKickUser$binding$2() {
super(1, WidgetKickUserBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetKickUserBinding;", 0);
}
public final WidgetKickUserBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
2021-07-13 20:23:20 +00:00
int i = 2131363812;
TextView textView = (TextView) view.findViewById(2131363812);
2021-06-27 20:44:35 +00:00
if (textView != null) {
2021-07-13 20:23:20 +00:00
i = 2131363813;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363813);
2021-06-27 20:44:35 +00:00
if (materialButton != null) {
2021-07-13 20:23:20 +00:00
i = 2131363814;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131363814);
2021-06-27 20:44:35 +00:00
if (materialButton2 != null) {
2021-07-13 20:23:20 +00:00
i = 2131363815;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131363815);
2021-06-27 20:44:35 +00:00
if (textInputLayout != null) {
2021-07-13 20:23:20 +00:00
i = 2131363816;
TextView textView2 = (TextView) view.findViewById(2131363816);
2021-06-27 20:44:35 +00:00
if (textView2 != null) {
return new WidgetKickUserBinding((LinearLayout) view, textView, materialButton, materialButton2, textInputLayout, textView2);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}