discord-jadx/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$bi...

52 lines
2.5 KiB
Java

package com.discord.widgets.tos;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetTosReportViolationBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.discord.views.LoadingButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetTosReportViolation.kt */
public final /* synthetic */ class WidgetTosReportViolation$binding$2 extends k implements Function1<View, WidgetTosReportViolationBinding> {
public static final WidgetTosReportViolation$binding$2 INSTANCE = new WidgetTosReportViolation$binding$2();
public WidgetTosReportViolation$binding$2() {
super(1, WidgetTosReportViolationBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetTosReportViolationBinding;", 0);
}
public final WidgetTosReportViolationBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131364450;
LoadingButton loadingButton = (LoadingButton) view.findViewById(2131364450);
if (loadingButton != null) {
i = 2131364451;
TextView textView = (TextView) view.findViewById(2131364451);
if (textView != null) {
i = 2131364462;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364462);
if (linearLayout != null) {
i = 2131364463;
TextView textView2 = (TextView) view.findViewById(2131364463);
if (textView2 != null) {
i = 2131364464;
ProgressBar progressBar = (ProgressBar) view.findViewById(2131364464);
if (progressBar != null) {
i = 2131364465;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131364465);
if (linkifiedTextView != null) {
return new WidgetTosReportViolationBinding((CoordinatorLayout) view, loadingButton, textView, linearLayout, textView2, progressBar, linkifiedTextView);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}