discord-jadx/app/src/main/java/com/discord/widgets/settings/premium/WidgetOutboundPromoTerms$bi...

33 lines
1.5 KiB
Java

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