discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetChannelGroupDMSettings$binding$2.java

57 lines
3.1 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.channels;
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");
2021-07-03 23:36:06 +00:00
int i = 2131362342;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131362342);
2021-06-27 20:44:35 +00:00
if (textInputLayout != null) {
2021-07-03 23:36:06 +00:00
i = 2131362361;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131362361);
2021-06-27 20:44:35 +00:00
if (floatingActionButton != null) {
2021-07-03 23:36:06 +00:00
i = 2131363353;
NotificationMuteSettingsView notificationMuteSettingsView = (NotificationMuteSettingsView) view.findViewById(2131363353);
2021-06-27 20:44:35 +00:00
if (notificationMuteSettingsView != null) {
2021-07-03 23:36:06 +00:00
i = 2131363354;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131363354);
2021-06-27 20:44:35 +00:00
if (nestedScrollView != null) {
2021-07-03 23:36:06 +00:00
i = 2131364889;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364889);
2021-06-27 20:44:35 +00:00
if (simpleDraweeView != null) {
2021-07-03 23:36:06 +00:00
i = 2131364890;
TextView textView = (TextView) view.findViewById(2131364890);
2021-06-27 20:44:35 +00:00
if (textView != null) {
2021-07-03 23:36:06 +00:00
i = 2131364891;
TextView textView2 = (TextView) view.findViewById(2131364891);
2021-06-27 20:44:35 +00:00
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)));
}
}