discord-jadx/app/src/main/java/com/discord/widgets/botuikit/views/select/SelectComponentBottomSheet$...

45 lines
2.2 KiB
Java

package com.discord.widgets.botuikit.views.select;
import android.view.View;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.discord.databinding.WidgetSelectComponentBottomSheetBinding;
import com.discord.utilities.view.recycler.MaxHeightRecyclerView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: SelectComponentBottomSheet.kt */
public final /* synthetic */ class SelectComponentBottomSheet$binding$2 extends k implements Function1<View, WidgetSelectComponentBottomSheetBinding> {
public static final SelectComponentBottomSheet$binding$2 INSTANCE = new SelectComponentBottomSheet$binding$2();
public SelectComponentBottomSheet$binding$2() {
super(1, WidgetSelectComponentBottomSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSelectComponentBottomSheetBinding;", 0);
}
public final WidgetSelectComponentBottomSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131365777;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131365777);
if (constraintLayout != null) {
i = 2131365778;
TextView textView = (TextView) view.findViewById(2131365778);
if (textView != null) {
i = 2131365779;
MaxHeightRecyclerView maxHeightRecyclerView = (MaxHeightRecyclerView) view.findViewById(2131365779);
if (maxHeightRecyclerView != null) {
i = 2131365780;
TextView textView2 = (TextView) view.findViewById(2131365780);
if (textView2 != null) {
i = 2131365781;
TextView textView3 = (TextView) view.findViewById(2131365781);
if (textView3 != null) {
return new WidgetSelectComponentBottomSheetBinding((ConstraintLayout) view, constraintLayout, textView, maxHeightRecyclerView, textView2, textView3);
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}