discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetAuthCaptcha$binding$2...

38 lines
1.7 KiB
Java

package com.discord.widgets.auth;
import android.view.View;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetAuthCaptchaBinding;
import com.discord.views.ScreenTitleView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetAuthCaptcha.kt */
public final /* synthetic */ class WidgetAuthCaptcha$binding$2 extends k implements Function1<View, WidgetAuthCaptchaBinding> {
public static final WidgetAuthCaptcha$binding$2 INSTANCE = new WidgetAuthCaptcha$binding$2();
public WidgetAuthCaptcha$binding$2() {
super(1, WidgetAuthCaptchaBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAuthCaptchaBinding;", 0);
}
public final WidgetAuthCaptchaBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362020;
TextView textView = (TextView) view.findViewById(2131362020);
if (textView != null) {
i = 2131362021;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362021);
if (materialButton != null) {
i = 2131364625;
ScreenTitleView screenTitleView = (ScreenTitleView) view.findViewById(2131364625);
if (screenTitleView != null) {
return new WidgetAuthCaptchaBinding((CoordinatorLayout) view, textView, materialButton, screenTitleView);
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}