discord-jadx/app/src/main/java/com/discord/widgets/contact_sync/ContactSyncUpsellSheet$bind...

52 lines
2.7 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.h0;
import com.discord.R;
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 = R.id.contact_sync_upsell_cta;
LinearLayout linearLayout = (LinearLayout) view.findViewById(R.id.contact_sync_upsell_cta);
if (linearLayout != null) {
i = R.id.contact_sync_upsell_next_button;
MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.contact_sync_upsell_next_button);
if (materialButton != null) {
i = R.id.contact_sync_upsell_skip_button;
MaterialButton materialButton2 = (MaterialButton) view.findViewById(R.id.contact_sync_upsell_skip_button);
if (materialButton2 != null) {
i = R.id.contact_sync_upsell_subtitle;
TextView textView = (TextView) view.findViewById(R.id.contact_sync_upsell_subtitle);
if (textView != null) {
i = R.id.contact_sync_upsell_title;
TextView textView2 = (TextView) view.findViewById(R.id.contact_sync_upsell_title);
if (textView2 != null) {
i = R.id.contact_sync_upsell_toggle_info;
View findViewById = view.findViewById(R.id.contact_sync_upsell_toggle_info);
if (findViewById != null) {
return new ContactSyncUpsellSheetBinding((ConstraintLayout) view, linearLayout, materialButton, materialButton2, textView, textView2, h0.a(findViewById));
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}