discord-jadx/app/src/main/java/com/discord/widgets/contact_sync/ContactSyncUpsellSheet$binding$2.java
2021-07-24 04:37:17 +02:00

50 lines
2.4 KiB
Java

package com.discord.widgets.contact_sync;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import c.a.i.g0;
import com.discord.databinding.ContactSyncUpsellSheetBinding;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: ContactSyncUpsellSheet.kt */
public final /* synthetic */ class ContactSyncUpsellSheet$binding$2 extends k implements Function1<View, ContactSyncUpsellSheetBinding> {
public static final ContactSyncUpsellSheet$binding$2 INSTANCE = new ContactSyncUpsellSheet$binding$2();
public ContactSyncUpsellSheet$binding$2() {
super(1, ContactSyncUpsellSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/ContactSyncUpsellSheetBinding;", 0);
}
public final ContactSyncUpsellSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362769;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362769);
if (linearLayout != null) {
i = 2131362770;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362770);
if (materialButton != null) {
i = 2131362771;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(2131362771);
if (materialButton2 != null) {
i = 2131362772;
TextView textView = (TextView) view.findViewById(2131362772);
if (textView != null) {
i = 2131362773;
TextView textView2 = (TextView) view.findViewById(2131362773);
if (textView2 != null) {
i = 2131362774;
View findViewById = view.findViewById(2131362774);
if (findViewById != null) {
return new ContactSyncUpsellSheetBinding((ConstraintLayout) view, linearLayout, materialButton, materialButton2, textView, textView2, g0.a(findViewById));
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}