discord-jadx/app/src/main/java/com/discord/widgets/stickers/UnsendableStickerPremiumUps...

38 lines
1.9 KiB
Java

package com.discord.widgets.stickers;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.discord.R;
import com.discord.databinding.StickerPremiumUpsellDialogBinding;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: UnsendableStickerPremiumUpsellDialog.kt */
public final /* synthetic */ class UnsendableStickerPremiumUpsellDialog$binding$2 extends k implements Function1<View, StickerPremiumUpsellDialogBinding> {
public static final UnsendableStickerPremiumUpsellDialog$binding$2 INSTANCE = new UnsendableStickerPremiumUpsellDialog$binding$2();
public UnsendableStickerPremiumUpsellDialog$binding$2() {
super(1, StickerPremiumUpsellDialogBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/StickerPremiumUpsellDialogBinding;", 0);
}
public final StickerPremiumUpsellDialogBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = R.id.sticker_premium_upsell_close_button;
TextView textView = (TextView) view.findViewById(R.id.sticker_premium_upsell_close_button);
if (textView != null) {
i = R.id.sticker_premium_upsell_description;
TextView textView2 = (TextView) view.findViewById(R.id.sticker_premium_upsell_description);
if (textView2 != null) {
i = R.id.sticker_premium_upsell_subscribe_button;
MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.sticker_premium_upsell_subscribe_button);
if (materialButton != null) {
return new StickerPremiumUpsellDialogBinding((RelativeLayout) view, textView, textView2, materialButton);
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}