discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerNotifications$b...

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 = 2131361923;
View findViewById = view.findViewById(2131361923);
if (findViewById != null) {
int i2 = 2131362249;
TextView textView = (TextView) findViewById.findViewById(2131362249);
if (textView != null) {
i2 = 2131363401;
Guideline guideline = (Guideline) findViewById.findViewById(2131363401);
if (guideline != null) {
i2 = 2131364096;
ImageView imageView = (ImageView) findViewById.findViewById(2131364096);
if (imageView != null) {
q1 q1Var = new q1((ConstraintLayout) findViewById, textView, guideline, imageView);
i = 2131363461;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363461);
if (recyclerView != null) {
i = 2131364698;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131364698);
if (checkedSetting != null) {
i = 2131364699;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131364699);
if (checkedSetting2 != null) {
i = 2131364700;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131364700);
if (checkedSetting3 != null) {
i = 2131364701;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131364701);
if (checkedSetting4 != null) {
i = 2131364702;
View findViewById2 = view.findViewById(2131364702);
if (findViewById2 != null) {
i = 2131364703;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364703);
if (linearLayout != null) {
i = 2131364704;
NotificationMuteSettingsView notificationMuteSettingsView = (NotificationMuteSettingsView) view.findViewById(2131364704);
if (notificationMuteSettingsView != null) {
i = 2131364705;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364705);
if (checkedSetting5 != null) {
i = 2131364706;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131364706);
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)));
}
}