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

57 lines
3.1 KiB
Java

package com.discord.widgets.channels.settings;
import android.view.View;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetChannelGroupDmSettingsBinding;
import com.discord.widgets.servers.NotificationMuteSettingsView;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChannelGroupDMSettings.kt */
public final /* synthetic */ class WidgetChannelGroupDMSettings$binding$2 extends k implements Function1<View, WidgetChannelGroupDmSettingsBinding> {
public static final WidgetChannelGroupDMSettings$binding$2 INSTANCE = new WidgetChannelGroupDMSettings$binding$2();
public WidgetChannelGroupDMSettings$binding$2() {
super(1, WidgetChannelGroupDmSettingsBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelGroupDmSettingsBinding;", 0);
}
public final WidgetChannelGroupDmSettingsBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362359;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362359);
if (textInputLayout != null) {
i = 2131362375;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131362375);
if (floatingActionButton != null) {
i = 2131363389;
NotificationMuteSettingsView notificationMuteSettingsView = (NotificationMuteSettingsView) view.findViewById(2131363389);
if (notificationMuteSettingsView != null) {
i = 2131363390;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131363390);
if (nestedScrollView != null) {
i = 2131364954;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364954);
if (simpleDraweeView != null) {
i = 2131364955;
TextView textView = (TextView) view.findViewById(2131364955);
if (textView != null) {
i = 2131364956;
TextView textView2 = (TextView) view.findViewById(2131364956);
if (textView2 != null) {
return new WidgetChannelGroupDmSettingsBinding((CoordinatorLayout) view, textInputLayout, floatingActionButton, notificationMuteSettingsView, nestedScrollView, simpleDraweeView, textView, textView2);
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}