discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOvervie...

48 lines
2.4 KiB
Java

package com.discord.widgets.servers;
import android.view.View;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetServerSettingsOverviewAfkTimeoutBinding;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetServerSettingsOverview.kt */
public final /* synthetic */ class WidgetServerSettingsOverview$AfkBottomSheet$binding$2 extends k implements Function1<View, WidgetServerSettingsOverviewAfkTimeoutBinding> {
public static final WidgetServerSettingsOverview$AfkBottomSheet$binding$2 INSTANCE = new WidgetServerSettingsOverview$AfkBottomSheet$binding$2();
public WidgetServerSettingsOverview$AfkBottomSheet$binding$2() {
super(1, WidgetServerSettingsOverviewAfkTimeoutBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetServerSettingsOverviewAfkTimeoutBinding;", 0);
}
public final WidgetServerSettingsOverviewAfkTimeoutBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363404;
TextView textView = (TextView) view.findViewById(2131363404);
if (textView != null) {
i = 2131364779;
TextView textView2 = (TextView) view.findViewById(2131364779);
if (textView2 != null) {
i = 2131364780;
TextView textView3 = (TextView) view.findViewById(2131364780);
if (textView3 != null) {
i = 2131364781;
TextView textView4 = (TextView) view.findViewById(2131364781);
if (textView4 != null) {
i = 2131364782;
TextView textView5 = (TextView) view.findViewById(2131364782);
if (textView5 != null) {
i = 2131364783;
TextView textView6 = (TextView) view.findViewById(2131364783);
if (textView6 != null) {
return new WidgetServerSettingsOverviewAfkTimeoutBinding((NestedScrollView) view, textView, textView2, textView3, textView4, textView5, textView6);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}