package com.discord.widgets.phone; import android.view.View; import android.widget.LinearLayout; import androidx.recyclerview.widget.RecyclerView; import com.discord.databinding.WidgetPhoneCountryCodeBottomSheetBinding; import com.google.android.material.textfield.TextInputLayout; import d0.z.d.k; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: WidgetPhoneCountryCodeBottomSheet.kt */ public final /* synthetic */ class WidgetPhoneCountryCodeBottomSheet$binding$2 extends k implements Function1 { public static final WidgetPhoneCountryCodeBottomSheet$binding$2 INSTANCE = new WidgetPhoneCountryCodeBottomSheet$binding$2(); public WidgetPhoneCountryCodeBottomSheet$binding$2() { super(1, WidgetPhoneCountryCodeBottomSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPhoneCountryCodeBottomSheetBinding;", 0); } public final WidgetPhoneCountryCodeBottomSheetBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); int i = 2131364311; RecyclerView recyclerView = (RecyclerView) view.findViewById(2131364311); if (recyclerView != null) { i = 2131364312; TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364312); if (textInputLayout != null) { return new WidgetPhoneCountryCodeBottomSheetBinding((LinearLayout) view, recyclerView, textInputLayout); } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } }