discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$binding$2.java
2021-07-13 22:23:20 +02:00

37 lines
1.9 KiB
Java

package com.discord.widgets.guildscheduledevent;
import android.view.View;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.databinding.WidgetGuildScheduledEventListBottomSheetBinding;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */
public final /* synthetic */ class WidgetGuildScheduledEventListBottomSheet$binding$2 extends k implements Function1<View, WidgetGuildScheduledEventListBottomSheetBinding> {
public static final WidgetGuildScheduledEventListBottomSheet$binding$2 INSTANCE = new WidgetGuildScheduledEventListBottomSheet$binding$2();
public WidgetGuildScheduledEventListBottomSheet$binding$2() {
super(1, WidgetGuildScheduledEventListBottomSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildScheduledEventListBottomSheetBinding;", 0);
}
public final WidgetGuildScheduledEventListBottomSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363513;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131363513);
if (recyclerView != null) {
i = 2131363514;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131363514);
if (constraintLayout != null) {
i = 2131363515;
TextView textView = (TextView) view.findViewById(2131363515);
if (textView != null) {
return new WidgetGuildScheduledEventListBottomSheetBinding((ConstraintLayout) view, recyclerView, constraintLayout, textView);
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}