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

72 lines
4.0 KiB
Java

package com.discord.widgets.settings.premium;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.appcompat.widget.LinearLayoutCompat;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetClaimOutboundPromoBinding;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetClaimOutboundPromo.kt */
public final /* synthetic */ class WidgetClaimOutboundPromo$binding$2 extends k implements Function1<View, WidgetClaimOutboundPromoBinding> {
public static final WidgetClaimOutboundPromo$binding$2 INSTANCE = new WidgetClaimOutboundPromo$binding$2();
public WidgetClaimOutboundPromo$binding$2() {
super(1, WidgetClaimOutboundPromoBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetClaimOutboundPromoBinding;", 0);
}
public final WidgetClaimOutboundPromoBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362646;
TextView textView = (TextView) view.findViewById(2131362646);
if (textView != null) {
i = 2131362647;
TextView textView2 = (TextView) view.findViewById(2131362647);
if (textView2 != null) {
i = 2131362648;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362648);
if (linearLayout != null) {
i = 2131362649;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362649);
if (materialButton != null) {
i = 2131362650;
LinearLayoutCompat linearLayoutCompat = (LinearLayoutCompat) view.findViewById(2131362650);
if (linearLayoutCompat != null) {
i = 2131362651;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131362651);
if (materialButton2 != null) {
i = 2131362652;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131362652);
if (appViewFlipper != null) {
i = 2131362653;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131362653);
if (frameLayout != null) {
i = 2131362654;
MaterialButton materialButton3 = (MaterialButton) view.findViewById(2131362654);
if (materialButton3 != null) {
i = 2131362655;
MaterialButton materialButton4 = (MaterialButton) view.findViewById(2131362655);
if (materialButton4 != null) {
i = 2131362656;
LinearLayoutCompat linearLayoutCompat2 = (LinearLayoutCompat) view.findViewById(2131362656);
if (linearLayoutCompat2 != null) {
return new WidgetClaimOutboundPromoBinding((LinearLayoutCompat) view, textView, textView2, linearLayout, materialButton, linearLayoutCompat, materialButton2, appViewFlipper, frameLayout, materialButton3, materialButton4, linearLayoutCompat2);
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}