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

40 lines
1.9 KiB
Java

package com.discord.widgets.user.account;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.discord.databinding.WidgetUserAccountVerifyBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetUserAccountVerify.kt */
public final /* synthetic */ class WidgetUserAccountVerify$binding$2 extends k implements Function1<View, WidgetUserAccountVerifyBinding> {
public static final WidgetUserAccountVerify$binding$2 INSTANCE = new WidgetUserAccountVerify$binding$2();
public WidgetUserAccountVerify$binding$2() {
super(1, WidgetUserAccountVerifyBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUserAccountVerifyBinding;", 0);
}
public final WidgetUserAccountVerifyBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131365626;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131365626);
if (relativeLayout != null) {
i = 2131365627;
RelativeLayout relativeLayout2 = (RelativeLayout) view.findViewById(2131365627);
if (relativeLayout2 != null) {
i = 2131365628;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131365628);
if (linkifiedTextView != null) {
i = 2131365629;
TextView textView = (TextView) view.findViewById(2131365629);
if (textView != null) {
return new WidgetUserAccountVerifyBinding((RelativeLayout) view, relativeLayout, relativeLayout2, linkifiedTextView, textView);
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}