discord-jadx/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet$binding$2.java

33 lines
1.6 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
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<View, WidgetPhoneCountryCodeBottomSheetBinding> {
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");
2021-07-19 19:45:22 +00:00
int i = 2131364311;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131364311);
2021-06-27 20:44:35 +00:00
if (recyclerView != null) {
2021-07-19 19:45:22 +00:00
i = 2131364312;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364312);
2021-06-27 20:44:35 +00:00
if (textInputLayout != null) {
return new WidgetPhoneCountryCodeBottomSheetBinding((LinearLayout) view, recyclerView, textInputLayout);
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}