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

46 lines
2.3 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.channels;
import android.view.View;
import android.widget.LinearLayout;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetThreadNotificationSettingsBinding;
import com.discord.views.CheckedSetting;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetThreadNotificationSettings.kt */
public final /* synthetic */ class WidgetThreadNotificationSettings$binding$2 extends k implements Function1<View, WidgetThreadNotificationSettingsBinding> {
public static final WidgetThreadNotificationSettings$binding$2 INSTANCE = new WidgetThreadNotificationSettings$binding$2();
public WidgetThreadNotificationSettings$binding$2() {
super(1, WidgetThreadNotificationSettingsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetThreadNotificationSettingsBinding;", 0);
}
public final WidgetThreadNotificationSettingsBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
2021-07-03 23:36:06 +00:00
int i = 2131364567;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131364567);
2021-06-27 20:44:35 +00:00
if (nestedScrollView != null) {
2021-07-03 23:36:06 +00:00
i = 2131365321;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131365321);
2021-06-27 20:44:35 +00:00
if (linearLayout != null) {
2021-07-03 23:36:06 +00:00
i = 2131365324;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131365324);
2021-06-27 20:44:35 +00:00
if (checkedSetting != null) {
2021-07-03 23:36:06 +00:00
i = 2131365325;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131365325);
2021-06-27 20:44:35 +00:00
if (checkedSetting2 != null) {
2021-07-03 23:36:06 +00:00
i = 2131365326;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131365326);
2021-06-27 20:44:35 +00:00
if (checkedSetting3 != null) {
return new WidgetThreadNotificationSettingsBinding((CoordinatorLayout) view, nestedScrollView, linearLayout, checkedSetting, checkedSetting2, checkedSetting3);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}