discord-jadx/app/src/main/java/com/discord/widgets/channels/list/WidgetChannelsList$binding$2.java
2021-07-13 22:23:20 +02:00

117 lines
8.2 KiB
Java

package com.discord.widgets.channels.list;
import android.view.View;
import android.view.ViewStub;
import android.widget.FrameLayout;
import android.widget.TextView;
import androidx.appcompat.widget.AppCompatImageView;
import androidx.appcompat.widget.Toolbar;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.databinding.WidgetChannelsListBinding;
import com.discord.utilities.view.rounded.RoundedCoordinatorLayout;
import com.discord.views.CustomAppBarLayout;
import com.discord.widgets.friends.EmptyFriendsStateContactSyncView;
import com.discord.widgets.friends.EmptyFriendsStateView;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.appbar.CollapsingToolbarLayout;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChannelsList.kt */
public final /* synthetic */ class WidgetChannelsList$binding$2 extends k implements Function1<View, WidgetChannelsListBinding> {
public static final WidgetChannelsList$binding$2 INSTANCE = new WidgetChannelsList$binding$2();
public WidgetChannelsList$binding$2() {
super(1, WidgetChannelsListBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelsListBinding;", 0);
}
public final WidgetChannelsListBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131361968;
CustomAppBarLayout customAppBarLayout = (CustomAppBarLayout) view.findViewById(2131361968);
if (customAppBarLayout != null) {
i = 2131362409;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131362409);
if (recyclerView != null) {
i = 2131362414;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362414);
if (simpleDraweeView != null) {
i = 2131362415;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131362415);
if (frameLayout != null) {
i = 2131362416;
TextView textView = (TextView) view.findViewById(2131362416);
if (textView != null) {
i = 2131362417;
TextView textView2 = (TextView) view.findViewById(2131362417);
if (textView2 != null) {
i = 2131362453;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131362453);
if (constraintLayout != null) {
i = 2131362454;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362454);
if (materialButton != null) {
i = 2131362455;
TextView textView3 = (TextView) view.findViewById(2131362455);
if (textView3 != null) {
i = 2131362456;
TextView textView4 = (TextView) view.findViewById(2131362456);
if (textView4 != null) {
i = 2131362457;
Toolbar toolbar = (Toolbar) view.findViewById(2131362457);
if (toolbar != null) {
i = 2131362458;
TextView textView5 = (TextView) view.findViewById(2131362458);
if (textView5 != null) {
i = 2131362459;
AppCompatImageView appCompatImageView = (AppCompatImageView) view.findViewById(2131362459);
if (appCompatImageView != null) {
i = 2131362460;
View findViewById = view.findViewById(2131362460);
if (findViewById != null) {
i = 2131362461;
View findViewById2 = view.findViewById(2131362461);
if (findViewById2 != null) {
i = 2131362464;
ViewStub viewStub = (ViewStub) view.findViewById(2131362464);
if (viewStub != null) {
i = 2131362465;
Toolbar toolbar2 = (Toolbar) view.findViewById(2131362465);
if (toolbar2 != null) {
i = 2131362669;
CollapsingToolbarLayout collapsingToolbarLayout = (CollapsingToolbarLayout) view.findViewById(2131362669);
if (collapsingToolbarLayout != null) {
RoundedCoordinatorLayout roundedCoordinatorLayout = (RoundedCoordinatorLayout) view;
i = 2131365711;
EmptyFriendsStateContactSyncView emptyFriendsStateContactSyncView = (EmptyFriendsStateContactSyncView) view.findViewById(2131365711);
if (emptyFriendsStateContactSyncView != null) {
i = 2131365712;
EmptyFriendsStateView emptyFriendsStateView = (EmptyFriendsStateView) view.findViewById(2131365712);
if (emptyFriendsStateView != null) {
return new WidgetChannelsListBinding(roundedCoordinatorLayout, customAppBarLayout, recyclerView, simpleDraweeView, frameLayout, textView, textView2, constraintLayout, materialButton, textView3, textView4, toolbar, textView5, appCompatImageView, findViewById, findViewById2, viewStub, toolbar2, collapsingToolbarLayout, roundedCoordinatorLayout, emptyFriendsStateContactSyncView, emptyFriendsStateView);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}