discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDe...

49 lines
2.6 KiB
Java

package com.discord.widgets.guildscheduledevent;
import android.view.View;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import c0.z.d.k;
import c0.z.d.m;
import com.discord.R;
import com.discord.databinding.WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGuildScheduledEventDetailsExtrasBottomSheet.kt */
public final /* synthetic */ class WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2 extends k implements Function1<View, WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding> {
public static final WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2 INSTANCE = new WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2();
public WidgetGuildScheduledEventDetailsExtrasBottomSheet$binding$2() {
super(1, WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding;", 0);
}
public final WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = R.id.cancel_event;
TextView textView = (TextView) view.findViewById(R.id.cancel_event);
if (textView != null) {
i = R.id.copy_id;
TextView textView2 = (TextView) view.findViewById(R.id.copy_id);
if (textView2 != null) {
i = R.id.edit_event;
TextView textView3 = (TextView) view.findViewById(R.id.edit_event);
if (textView3 != null) {
i = R.id.end_event;
TextView textView4 = (TextView) view.findViewById(R.id.end_event);
if (textView4 != null) {
i = R.id.interested_toggle;
TextView textView5 = (TextView) view.findViewById(R.id.interested_toggle);
if (textView5 != null) {
i = R.id.start_event;
TextView textView6 = (TextView) view.findViewById(R.id.start_event);
if (textView6 != null) {
return new WidgetGuildScheduledEventDetailsExtrasBottomSheetBinding((NestedScrollView) view, textView, textView2, textView3, textView4, textView5, textView6);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}