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

89 lines
5.4 KiB
Java

package com.discord.widgets.servers;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.constraintlayout.widget.Guideline;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.RecyclerView;
import c.a.i.q1;
import com.discord.databinding.WidgetServerNotificationsBinding;
import com.discord.views.CheckedSetting;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetServerNotifications.kt */
public final /* synthetic */ class WidgetServerNotifications$binding$2 extends k implements Function1<View, WidgetServerNotificationsBinding> {
public static final WidgetServerNotifications$binding$2 INSTANCE = new WidgetServerNotifications$binding$2();
public WidgetServerNotifications$binding$2() {
super(1, WidgetServerNotificationsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetServerNotificationsBinding;", 0);
}
public final WidgetServerNotificationsBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131361919;
View findViewById = view.findViewById(2131361919);
if (findViewById != null) {
int i2 = 2131362238;
TextView textView = (TextView) findViewById.findViewById(2131362238);
if (textView != null) {
i2 = 2131363395;
Guideline guideline = (Guideline) findViewById.findViewById(2131363395);
if (guideline != null) {
i2 = 2131364087;
ImageView imageView = (ImageView) findViewById.findViewById(2131364087);
if (imageView != null) {
q1 q1Var = new q1((ConstraintLayout) findViewById, textView, guideline, imageView);
i = 2131363455;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363455);
if (recyclerView != null) {
i = 2131364686;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131364686);
if (checkedSetting != null) {
i = 2131364687;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131364687);
if (checkedSetting2 != null) {
i = 2131364688;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131364688);
if (checkedSetting3 != null) {
i = 2131364689;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131364689);
if (checkedSetting4 != null) {
i = 2131364690;
View findViewById2 = view.findViewById(2131364690);
if (findViewById2 != null) {
i = 2131364691;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364691);
if (linearLayout != null) {
i = 2131364692;
NotificationMuteSettingsView notificationMuteSettingsView = (NotificationMuteSettingsView) view.findViewById(2131364692);
if (notificationMuteSettingsView != null) {
i = 2131364693;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364693);
if (checkedSetting5 != null) {
i = 2131364694;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131364694);
if (checkedSetting6 != null) {
return new WidgetServerNotificationsBinding((CoordinatorLayout) view, q1Var, recyclerView, checkedSetting, checkedSetting2, checkedSetting3, checkedSetting4, findViewById2, linearLayout, notificationMuteSettingsView, checkedSetting5, checkedSetting6);
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2)));
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}