discord-jadx/app/src/main/java/com/discord/widgets/guilds/invite/WidgetGuildInviteShareSheet...

119 lines
8.3 KiB
Java

package com.discord.widgets.guilds.invite;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.cardview.widget.CardView;
import androidx.constraintlayout.widget.Barrier;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.core.widget.NestedScrollView;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetGuildInviteShareSheetBinding;
import com.discord.views.SearchInputView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGuildInviteShareSheet.kt */
public final /* synthetic */ class WidgetGuildInviteShareSheet$binding$2 extends k implements Function1<View, WidgetGuildInviteShareSheetBinding> {
public static final WidgetGuildInviteShareSheet$binding$2 INSTANCE = new WidgetGuildInviteShareSheet$binding$2();
public WidgetGuildInviteShareSheet$binding$2() {
super(1, WidgetGuildInviteShareSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetGuildInviteShareSheetBinding;", 0);
}
public final WidgetGuildInviteShareSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362793;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131362793);
if (constraintLayout != null) {
i = 2131362794;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131362794);
if (frameLayout != null) {
i = 2131362795;
Barrier barrier = (Barrier) view.findViewById(2131362795);
if (barrier != null) {
i = 2131362796;
TextView textView = (TextView) view.findViewById(2131362796);
if (textView != null) {
i = 2131362797;
TextView textView2 = (TextView) view.findViewById(2131362797);
if (textView2 != null) {
i = 2131363090;
TextView textView3 = (TextView) view.findViewById(2131363090);
if (textView3 != null) {
i = 2131363091;
ImageView imageView = (ImageView) view.findViewById(2131363091);
if (imageView != null) {
i = 2131363092;
TextView textView4 = (TextView) view.findViewById(2131363092);
if (textView4 != null) {
i = 2131363093;
ImageButton imageButton = (ImageButton) view.findViewById(2131363093);
if (imageButton != null) {
i = 2131363094;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131363094);
if (nestedScrollView != null) {
i = 2131363095;
TextView textView5 = (TextView) view.findViewById(2131363095);
if (textView5 != null) {
i = 2131363096;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363096);
if (materialButton != null) {
i = 2131363097;
TextView textView6 = (TextView) view.findViewById(2131363097);
if (textView6 != null) {
i = 2131363723;
FrameLayout frameLayout2 = (FrameLayout) view.findViewById(2131363723);
if (frameLayout2 != null) {
i = 2131363725;
TextView textView7 = (TextView) view.findViewById(2131363725);
if (textView7 != null) {
i = 2131363852;
Barrier barrier2 = (Barrier) view.findViewById(2131363852);
if (barrier2 != null) {
FrameLayout frameLayout3 = (FrameLayout) view;
i = 2131364636;
Barrier barrier3 = (Barrier) view.findViewById(2131364636);
if (barrier3 != null) {
i = 2131364644;
SearchInputView searchInputView = (SearchInputView) view.findViewById(2131364644);
if (searchInputView != null) {
i = 2131365047;
CardView cardView = (CardView) view.findViewById(2131365047);
if (cardView != null) {
i = 2131365271;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131365271);
if (recyclerView != null) {
i = 2131365272;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131365272);
if (appViewFlipper != null) {
return new WidgetGuildInviteShareSheetBinding(frameLayout3, constraintLayout, frameLayout, barrier, textView, textView2, textView3, imageView, textView4, imageButton, nestedScrollView, textView5, materialButton, textView6, frameLayout2, textView7, barrier2, frameLayout3, barrier3, searchInputView, cardView, recyclerView, appViewFlipper);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}