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

50 lines
2.5 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.cardview.widget.CardView;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetThreadBrowserFilterSheetBinding;
import com.discord.views.CheckedSetting;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetThreadBrowserFilterSheet.kt */
public final /* synthetic */ class WidgetThreadBrowserFilterSheet$binding$2 extends k implements Function1<View, WidgetThreadBrowserFilterSheetBinding> {
public static final WidgetThreadBrowserFilterSheet$binding$2 INSTANCE = new WidgetThreadBrowserFilterSheet$binding$2();
public WidgetThreadBrowserFilterSheet$binding$2() {
super(1, WidgetThreadBrowserFilterSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadBrowserFilterSheetBinding;", 0);
}
public final WidgetThreadBrowserFilterSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
2021-07-13 20:23:20 +00:00
int i = 2131363475;
TextView textView = (TextView) view.findViewById(2131363475);
2021-06-27 20:44:35 +00:00
if (textView != null) {
2021-07-13 20:23:20 +00:00
i = 2131365351;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131365351);
2021-06-27 20:44:35 +00:00
if (checkedSetting != null) {
2021-07-13 20:23:20 +00:00
i = 2131365352;
CardView cardView = (CardView) view.findViewById(2131365352);
2021-06-27 20:44:35 +00:00
if (cardView != null) {
2021-07-13 20:23:20 +00:00
i = 2131365357;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131365357);
2021-06-27 20:44:35 +00:00
if (checkedSetting2 != null) {
2021-07-13 20:23:20 +00:00
i = 2131365358;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131365358);
2021-06-27 20:44:35 +00:00
if (checkedSetting3 != null) {
2021-07-19 11:38:20 +00:00
i = 2131365412;
TextView textView2 = (TextView) view.findViewById(2131365412);
2021-06-27 20:44:35 +00:00
if (textView2 != null) {
return new WidgetThreadBrowserFilterSheetBinding((NestedScrollView) view, textView, checkedSetting, cardView, checkedSetting2, checkedSetting3, textView2);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}