discord-jadx/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsListItemChann...

69 lines
3.8 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.channels.list;
import android.view.View;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
2021-07-19 19:45:22 +00:00
import com.discord.databinding.WidgetChannelsListItemActionsBinding;
2021-06-27 20:44:35 +00:00
import com.facebook.drawee.view.SimpleDraweeView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChannelsListItemChannelActions.kt */
2021-07-19 19:45:22 +00:00
public final /* synthetic */ class WidgetChannelsListItemChannelActions$binding$2 extends k implements Function1<View, WidgetChannelsListItemActionsBinding> {
2021-06-27 20:44:35 +00:00
public static final WidgetChannelsListItemChannelActions$binding$2 INSTANCE = new WidgetChannelsListItemChannelActions$binding$2();
public WidgetChannelsListItemChannelActions$binding$2() {
2021-07-19 19:45:22 +00:00
super(1, WidgetChannelsListItemActionsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelsListItemActionsBinding;", 0);
2021-06-27 20:44:35 +00:00
}
2021-07-19 19:45:22 +00:00
public final WidgetChannelsListItemActionsBinding invoke(View view) {
2021-06-27 20:44:35 +00:00
m.checkNotNullParameter(view, "p1");
2021-07-19 19:45:22 +00:00
int i = 2131361875;
TextView textView = (TextView) view.findViewById(2131361875);
2021-06-27 20:44:35 +00:00
if (textView != null) {
2021-07-19 19:45:22 +00:00
i = 2131361876;
TextView textView2 = (TextView) view.findViewById(2131361876);
2021-06-27 20:44:35 +00:00
if (textView2 != null) {
2021-07-19 19:45:22 +00:00
i = 2131361879;
TextView textView3 = (TextView) view.findViewById(2131361879);
2021-06-27 20:44:35 +00:00
if (textView3 != null) {
2021-07-19 19:45:22 +00:00
i = 2131361882;
TextView textView4 = (TextView) view.findViewById(2131361882);
if (textView4 != null) {
i = 2131362435;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362435);
2021-06-27 20:44:35 +00:00
if (simpleDraweeView != null) {
2021-07-19 19:45:22 +00:00
i = 2131362436;
TextView textView5 = (TextView) view.findViewById(2131362436);
if (textView5 != null) {
i = 2131362888;
View findViewById = view.findViewById(2131362888);
if (findViewById != null) {
i = 2131362999;
TextView textView6 = (TextView) view.findViewById(2131362999);
2021-06-27 20:44:35 +00:00
if (textView6 != null) {
2021-07-20 00:17:12 +00:00
i = 2131365337;
TextView textView7 = (TextView) view.findViewById(2131365337);
2021-06-27 20:44:35 +00:00
if (textView7 != null) {
2021-07-20 00:17:12 +00:00
i = 2131365338;
TextView textView8 = (TextView) view.findViewById(2131365338);
2021-06-27 20:44:35 +00:00
if (textView8 != null) {
2021-07-20 00:17:12 +00:00
i = 2131365339;
TextView textView9 = (TextView) view.findViewById(2131365339);
2021-06-27 20:44:35 +00:00
if (textView9 != null) {
2021-07-19 19:45:22 +00:00
return new WidgetChannelsListItemActionsBinding((NestedScrollView) view, textView, textView2, textView3, textView4, simpleDraweeView, textView5, findViewById, textView6, textView7, textView8, textView9);
2021-06-27 20:44:35 +00:00
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}