discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetChannelTopic$binding$...

48 lines
2.2 KiB
Java

package com.discord.widgets.channels;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.discord.databinding.WidgetChannelTopicBinding;
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: WidgetChannelTopic.kt */
public final /* synthetic */ class WidgetChannelTopic$binding$2 extends k implements Function1<View, WidgetChannelTopicBinding> {
public static final WidgetChannelTopic$binding$2 INSTANCE = new WidgetChannelTopic$binding$2();
public WidgetChannelTopic$binding$2() {
super(1, WidgetChannelTopicBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelTopicBinding;", 0);
}
public final WidgetChannelTopicBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
LinearLayout linearLayout = (LinearLayout) view;
int i = 2131362390;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362390);
if (simpleDraweeView != null) {
i = 2131362391;
ImageView imageView = (ImageView) view.findViewById(2131362391);
if (imageView != null) {
i = 2131362392;
ImageView imageView2 = (ImageView) view.findViewById(2131362392);
if (imageView2 != null) {
i = 2131362393;
TextView textView = (TextView) view.findViewById(2131362393);
if (textView != null) {
i = 2131362394;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362394);
if (linkifiedTextView != null) {
return new WidgetChannelTopicBinding((LinearLayout) view, linearLayout, simpleDraweeView, imageView, imageView2, textView, linkifiedTextView);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}