discord-jadx/app/src/main/java/com/discord/widgets/changelog/WidgetChangeLogSpecial$bind...

83 lines
4.8 KiB
Java

package com.discord.widgets.changelog;
import android.view.View;
import android.widget.ImageButton;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widget.VideoView;
import androidx.cardview.widget.CardView;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetChangeLogSpecialBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChangeLogSpecial.kt */
public final /* synthetic */ class WidgetChangeLogSpecial$binding$2 extends k implements Function1<View, WidgetChangeLogSpecialBinding> {
public static final WidgetChangeLogSpecial$binding$2 INSTANCE = new WidgetChangeLogSpecial$binding$2();
public WidgetChangeLogSpecial$binding$2() {
super(1, WidgetChangeLogSpecialBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChangeLogSpecialBinding;", 0);
}
public final WidgetChangeLogSpecialBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362257;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362257);
if (linkifiedTextView != null) {
i = 2131362262;
ImageButton imageButton = (ImageButton) view.findViewById(2131362262);
if (imageButton != null) {
i = 2131362263;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362263);
if (materialButton != null) {
i = 2131362264;
ImageButton imageButton2 = (ImageButton) view.findViewById(2131362264);
if (imageButton2 != null) {
i = 2131362265;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362265);
if (linearLayout != null) {
i = 2131362266;
TextView textView = (TextView) view.findViewById(2131362266);
if (textView != null) {
i = 2131362267;
TextView textView2 = (TextView) view.findViewById(2131362267);
if (textView2 != null) {
i = 2131362268;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131362268);
if (nestedScrollView != null) {
i = 2131362269;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362269);
if (simpleDraweeView != null) {
i = 2131362271;
VideoView videoView = (VideoView) view.findViewById(2131362271);
if (videoView != null) {
i = 2131362272;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) view.findViewById(2131362272);
if (simpleDraweeView2 != null) {
i = 2131362278;
CardView cardView = (CardView) view.findViewById(2131362278);
if (cardView != null) {
i = 2131362279;
CardView cardView2 = (CardView) view.findViewById(2131362279);
if (cardView2 != null) {
return new WidgetChangeLogSpecialBinding((LinearLayout) view, linkifiedTextView, imageButton, materialButton, imageButton2, linearLayout, textView, textView2, nestedScrollView, simpleDraweeView, videoView, simpleDraweeView2, cardView, cardView2);
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}