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

38 lines
1.7 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.auth;
import android.view.View;
import android.widget.LinearLayout;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetAuthAgeGatedBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetAuthAgeGated.kt */
public final /* synthetic */ class WidgetAuthAgeGated$binding$2 extends k implements Function1<View, WidgetAuthAgeGatedBinding> {
public static final WidgetAuthAgeGated$binding$2 INSTANCE = new WidgetAuthAgeGated$binding$2();
public WidgetAuthAgeGated$binding$2() {
super(1, WidgetAuthAgeGatedBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAuthAgeGatedBinding;", 0);
}
public final WidgetAuthAgeGatedBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362057;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362057);
if (linearLayout != null) {
i = 2131362064;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362064);
if (materialButton != null) {
i = 2131362065;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362065);
if (linkifiedTextView != null) {
return new WidgetAuthAgeGatedBinding((CoordinatorLayout) view, linearLayout, materialButton, linkifiedTextView);
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}