discord-jadx/app/src/main/java/com/discord/widgets/changelog/WidgetChangeLog$binding$2.java
2021-07-24 04:37:17 +02:00

63 lines
3.4 KiB
Java

package com.discord.widgets.changelog;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.VideoView;
import androidx.appcompat.widget.AppCompatImageButton;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetChangeLogBinding;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.facebook.drawee.view.SimpleDraweeView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChangeLog.kt */
public final /* synthetic */ class WidgetChangeLog$binding$2 extends k implements Function1<View, WidgetChangeLogBinding> {
public static final WidgetChangeLog$binding$2 INSTANCE = new WidgetChangeLog$binding$2();
public WidgetChangeLog$binding$2() {
super(1, WidgetChangeLogBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChangeLogBinding;", 0);
}
public final WidgetChangeLogBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362257;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362257);
if (linkifiedTextView != null) {
i = 2131362258;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362258);
if (linearLayout != null) {
i = 2131362259;
AppCompatImageButton appCompatImageButton = (AppCompatImageButton) view.findViewById(2131362259);
if (appCompatImageButton != null) {
i = 2131362260;
AppCompatImageButton appCompatImageButton2 = (AppCompatImageButton) view.findViewById(2131362260);
if (appCompatImageButton2 != null) {
i = 2131362261;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131362261);
if (nestedScrollView != null) {
i = 2131362269;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362269);
if (simpleDraweeView != null) {
i = 2131362270;
AppCompatImageButton appCompatImageButton3 = (AppCompatImageButton) view.findViewById(2131362270);
if (appCompatImageButton3 != null) {
i = 2131362271;
VideoView videoView = (VideoView) view.findViewById(2131362271);
if (videoView != null) {
i = 2131362272;
SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) view.findViewById(2131362272);
if (simpleDraweeView2 != null) {
return new WidgetChangeLogBinding((LinearLayout) view, linkifiedTextView, linearLayout, appCompatImageButton, appCompatImageButton2, nestedScrollView, simpleDraweeView, appCompatImageButton3, videoView, simpleDraweeView2);
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}