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 = 2131362785;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131362785);
if (constraintLayout != null) {
i = 2131362786;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131362786);
if (frameLayout != null) {
i = 2131362787;
Barrier barrier = (Barrier) view.findViewById(2131362787);
if (barrier != null) {
i = 2131362788;
TextView textView = (TextView) view.findViewById(2131362788);
if (textView != null) {
i = 2131362789;
TextView textView2 = (TextView) view.findViewById(2131362789);
if (textView2 != null) {
i = 2131363059;
TextView textView3 = (TextView) view.findViewById(2131363059);
if (textView3 != null) {
i = 2131363060;
ImageView imageView = (ImageView) view.findViewById(2131363060);
if (imageView != null) {
i = 2131363061;
TextView textView4 = (TextView) view.findViewById(2131363061);
if (textView4 != null) {
i = 2131363062;
ImageButton imageButton = (ImageButton) view.findViewById(2131363062);
if (imageButton != null) {
i = 2131363063;
NestedScrollView nestedScrollView = (NestedScrollView) view.findViewById(2131363063);
if (nestedScrollView != null) {
i = 2131363064;
TextView textView5 = (TextView) view.findViewById(2131363064);
if (textView5 != null) {
i = 2131363065;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131363065);
if (materialButton != null) {
i = 2131363066;
TextView textView6 = (TextView) view.findViewById(2131363066);
if (textView6 != null) {
i = 2131363674;
FrameLayout frameLayout2 = (FrameLayout) view.findViewById(2131363674);
if (frameLayout2 != null) {
i = 2131363676;
TextView textView7 = (TextView) view.findViewById(2131363676);
if (textView7 != null) {
i = 2131363798;
Barrier barrier2 = (Barrier) view.findViewById(2131363798);
if (barrier2 != null) {
FrameLayout frameLayout3 = (FrameLayout) view;
i = 2131364571;
Barrier barrier3 = (Barrier) view.findViewById(2131364571);
if (barrier3 != null) {
i = 2131364579;
SearchInputView searchInputView = (SearchInputView) view.findViewById(2131364579);
if (searchInputView != null) {
i = 2131364983;
CardView cardView = (CardView) view.findViewById(2131364983);
if (cardView != null) {
i = 2131365204;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131365204);
if (recyclerView != null) {
i = 2131365205;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131365205);
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)));
}
}