discord-jadx/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowserArchived...

48 lines
2.3 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.channels.threads.browser;
import android.view.View;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.recyclerview.widget.RecyclerView;
2021-07-13 20:23:20 +00:00
import c.a.i.j1;
2021-06-27 20:44:35 +00:00
import com.discord.databinding.WidgetThreadBrowserArchivedBinding;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetThreadBrowserArchived.kt */
public final /* synthetic */ class WidgetThreadBrowserArchived$binding$2 extends k implements Function1<View, WidgetThreadBrowserArchivedBinding> {
public static final WidgetThreadBrowserArchived$binding$2 INSTANCE = new WidgetThreadBrowserArchived$binding$2();
public WidgetThreadBrowserArchived$binding$2() {
super(1, WidgetThreadBrowserArchivedBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadBrowserArchivedBinding;", 0);
}
public final WidgetThreadBrowserArchivedBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
2021-07-19 19:45:22 +00:00
int i = 2131363098;
View findViewById = view.findViewById(2131363098);
2021-06-27 20:44:35 +00:00
if (findViewById != null) {
2021-07-13 20:23:20 +00:00
j1 a = j1.a(findViewById);
2021-07-19 19:45:22 +00:00
i = 2131364499;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131364499);
2021-06-27 20:44:35 +00:00
if (recyclerView != null) {
2021-07-20 00:17:12 +00:00
i = 2131365363;
TextView textView = (TextView) view.findViewById(2131365363);
2021-06-27 20:44:35 +00:00
if (textView != null) {
2021-07-20 00:17:12 +00:00
i = 2131365364;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131365364);
2021-06-27 20:44:35 +00:00
if (constraintLayout != null) {
2021-07-20 00:17:12 +00:00
i = 2131365370;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131365370);
2021-06-27 20:44:35 +00:00
if (materialButton != null) {
return new WidgetThreadBrowserArchivedBinding((ConstraintLayout) view, a, recyclerView, textView, constraintLayout, materialButton);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}