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.r1;
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 = 2131362234;
TextView textView = (TextView) findViewById.findViewById(2131362234);
if (textView != null) {
i2 = 2131363365;
Guideline guideline = (Guideline) findViewById.findViewById(2131363365);
if (guideline != null) {
i2 = 2131364041;
ImageView imageView = (ImageView) findViewById.findViewById(2131364041);
if (imageView != null) {
r1 r1Var = new r1((ConstraintLayout) findViewById, textView, guideline, imageView);
i = 2131363425;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363425);
if (recyclerView != null) {
i = 2131364633;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131364633);
if (checkedSetting != null) {
i = 2131364634;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(2131364634);
if (checkedSetting2 != null) {
i = 2131364635;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(2131364635);
if (checkedSetting3 != null) {
i = 2131364636;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(2131364636);
if (checkedSetting4 != null) {
i = 2131364637;
View findViewById2 = view.findViewById(2131364637);
if (findViewById2 != null) {
i = 2131364638;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131364638);
if (linearLayout != null) {
i = 2131364639;
NotificationMuteSettingsView notificationMuteSettingsView = (NotificationMuteSettingsView) view.findViewById(2131364639);
if (notificationMuteSettingsView != null) {
i = 2131364640;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(2131364640);
if (checkedSetting5 != null) {
i = 2131364641;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(2131364641);
if (checkedSetting6 != null) {
return new WidgetServerNotificationsBinding((CoordinatorLayout) view, r1Var, 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)));
}
}