discord-jadx/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions$bindi...

94 lines
5.9 KiB
Java

package com.discord.widgets.chat.list.actions;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.databinding.WidgetChatListActionsBinding;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChatListActions.kt */
public final /* synthetic */ class WidgetChatListActions$binding$2 extends k implements Function1<View, WidgetChatListActionsBinding> {
public static final WidgetChatListActions$binding$2 INSTANCE = new WidgetChatListActions$binding$2();
public WidgetChatListActions$binding$2() {
super(1, WidgetChatListActionsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChatListActionsBinding;", 0);
}
public final WidgetChatListActionsBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362892;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362892);
if (recyclerView != null) {
i = 2131362893;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362893);
if (linearLayout != null) {
i = 2131362894;
TextView textView = (TextView) view.findViewById(2131362894);
if (textView != null) {
i = 2131362895;
TextView textView2 = (TextView) view.findViewById(2131362895);
if (textView2 != null) {
i = 2131362896;
TextView textView3 = (TextView) view.findViewById(2131362896);
if (textView3 != null) {
i = 2131362897;
TextView textView4 = (TextView) view.findViewById(2131362897);
if (textView4 != null) {
i = 2131362898;
TextView textView5 = (TextView) view.findViewById(2131362898);
if (textView5 != null) {
i = 2131362899;
TextView textView6 = (TextView) view.findViewById(2131362899);
if (textView6 != null) {
i = 2131362900;
TextView textView7 = (TextView) view.findViewById(2131362900);
if (textView7 != null) {
i = 2131362901;
TextView textView8 = (TextView) view.findViewById(2131362901);
if (textView8 != null) {
i = 2131362902;
TextView textView9 = (TextView) view.findViewById(2131362902);
if (textView9 != null) {
i = 2131362903;
TextView textView10 = (TextView) view.findViewById(2131362903);
if (textView10 != null) {
i = 2131362904;
TextView textView11 = (TextView) view.findViewById(2131362904);
if (textView11 != null) {
i = 2131362905;
TextView textView12 = (TextView) view.findViewById(2131362905);
if (textView12 != null) {
i = 2131362906;
TextView textView13 = (TextView) view.findViewById(2131362906);
if (textView13 != null) {
i = 2131362907;
TextView textView14 = (TextView) view.findViewById(2131362907);
if (textView14 != null) {
i = 2131362908;
TextView textView15 = (TextView) view.findViewById(2131362908);
if (textView15 != null) {
return new WidgetChatListActionsBinding((NestedScrollView) view, recyclerView, linearLayout, textView, textView2, textView3, textView4, textView5, textView6, textView7, textView8, textView9, textView10, textView11, textView12, textView13, textView14, textView15);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}