discord-jadx/app/src/main/java/com/discord/widgets/guildcommunicationdisabled/start/WidgetDisableGuildCommunica...

90 lines
6.2 KiB
Java

package com.discord.widgets.guildcommunicationdisabled.start;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.discord.R;
import com.discord.databinding.WidgetDisableGuildCommunicationBinding;
import com.discord.views.CheckedSetting;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetDisableGuildCommunication.kt */
public final /* synthetic */ class WidgetDisableGuildCommunication$binding$2 extends k implements Function1<View, WidgetDisableGuildCommunicationBinding> {
public static final WidgetDisableGuildCommunication$binding$2 INSTANCE = new WidgetDisableGuildCommunication$binding$2();
public WidgetDisableGuildCommunication$binding$2() {
super(1, WidgetDisableGuildCommunicationBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetDisableGuildCommunicationBinding;", 0);
}
public final WidgetDisableGuildCommunicationBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = R.id.disable_confirm;
MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.disable_confirm);
if (materialButton != null) {
i = R.id.disable_guild_communication_body;
TextView textView = (TextView) view.findViewById(R.id.disable_guild_communication_body);
if (textView != null) {
i = R.id.disable_guild_communication_options;
LinearLayout linearLayout = (LinearLayout) view.findViewById(R.id.disable_guild_communication_options);
if (linearLayout != null) {
i = R.id.disable_guild_communication_reason;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(R.id.disable_guild_communication_reason);
if (textInputLayout != null) {
i = R.id.disable_guild_communication_reason_header;
TextView textView2 = (TextView) view.findViewById(R.id.disable_guild_communication_reason_header);
if (textView2 != null) {
i = R.id.disable_guild_communication_subtitle;
TextView textView3 = (TextView) view.findViewById(R.id.disable_guild_communication_subtitle);
if (textView3 != null) {
i = R.id.disable_guild_communication_title;
TextView textView4 = (TextView) view.findViewById(R.id.disable_guild_communication_title);
if (textView4 != null) {
i = R.id.divider;
View findViewById = view.findViewById(R.id.divider);
if (findViewById != null) {
i = R.id.label_duration;
TextView textView5 = (TextView) view.findViewById(R.id.label_duration);
if (textView5 != null) {
ConstraintLayout constraintLayout = (ConstraintLayout) view;
i = R.id.time_unit_10_minutes;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(R.id.time_unit_10_minutes);
if (checkedSetting != null) {
i = R.id.time_unit_1_day;
CheckedSetting checkedSetting2 = (CheckedSetting) view.findViewById(R.id.time_unit_1_day);
if (checkedSetting2 != null) {
i = R.id.time_unit_1_hour;
CheckedSetting checkedSetting3 = (CheckedSetting) view.findViewById(R.id.time_unit_1_hour);
if (checkedSetting3 != null) {
i = R.id.time_unit_1_week;
CheckedSetting checkedSetting4 = (CheckedSetting) view.findViewById(R.id.time_unit_1_week);
if (checkedSetting4 != null) {
i = R.id.time_unit_5_minutes;
CheckedSetting checkedSetting5 = (CheckedSetting) view.findViewById(R.id.time_unit_5_minutes);
if (checkedSetting5 != null) {
i = R.id.time_unit_60_seconds;
CheckedSetting checkedSetting6 = (CheckedSetting) view.findViewById(R.id.time_unit_60_seconds);
if (checkedSetting6 != null) {
return new WidgetDisableGuildCommunicationBinding(constraintLayout, materialButton, textView, linearLayout, textInputLayout, textView2, textView3, textView4, findViewById, textView5, constraintLayout, checkedSetting, checkedSetting2, checkedSetting3, checkedSetting4, checkedSetting5, checkedSetting6);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}