discord-jadx/app/src/main/java/com/discord/widgets/servers/premiumguild/WidgetPremiumGuildSubscript...

59 lines
3.2 KiB
Java

package com.discord.widgets.servers.premiumguild;
import android.view.View;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetPremiumGuildTransferBinding;
import com.discord.utilities.dimmer.DimmerView;
import com.discord.views.premiumguild.PremiumGuildConfirmationView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetPremiumGuildSubscriptionTransfer.kt */
public final /* synthetic */ class WidgetPremiumGuildSubscriptionTransfer$binding$2 extends k implements Function1<View, WidgetPremiumGuildTransferBinding> {
public static final WidgetPremiumGuildSubscriptionTransfer$binding$2 INSTANCE = new WidgetPremiumGuildSubscriptionTransfer$binding$2();
public WidgetPremiumGuildSubscriptionTransfer$binding$2() {
super(1, WidgetPremiumGuildTransferBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumGuildTransferBinding;", 0);
}
public final WidgetPremiumGuildTransferBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362931;
DimmerView dimmerView = (DimmerView) view.findViewById(2131362931);
if (dimmerView != null) {
i = 2131364370;
TextView textView = (TextView) view.findViewById(2131364370);
if (textView != null) {
i = 2131364371;
TextView textView2 = (TextView) view.findViewById(2131364371);
if (textView2 != null) {
i = 2131364372;
PremiumGuildConfirmationView premiumGuildConfirmationView = (PremiumGuildConfirmationView) view.findViewById(2131364372);
if (premiumGuildConfirmationView != null) {
i = 2131364373;
TextView textView3 = (TextView) view.findViewById(2131364373);
if (textView3 != null) {
i = 2131364374;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364374);
if (materialButton != null) {
i = 2131364375;
PremiumGuildConfirmationView premiumGuildConfirmationView2 = (PremiumGuildConfirmationView) view.findViewById(2131364375);
if (premiumGuildConfirmationView2 != null) {
i = 2131364376;
TextView textView4 = (TextView) view.findViewById(2131364376);
if (textView4 != null) {
return new WidgetPremiumGuildTransferBinding((CoordinatorLayout) view, dimmerView, textView, textView2, premiumGuildConfirmationView, textView3, materialButton, premiumGuildConfirmationView2, textView4);
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}