discord-jadx/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBot...

60 lines
3.1 KiB
Java

package com.discord.widgets.chat.list.sheet;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.discord.databinding.WidgetApplicationCommandBottomSheetBinding;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetApplicationCommandBottomSheet.kt */
public final /* synthetic */ class WidgetApplicationCommandBottomSheet$binding$2 extends k implements Function1<View, WidgetApplicationCommandBottomSheetBinding> {
public static final WidgetApplicationCommandBottomSheet$binding$2 INSTANCE = new WidgetApplicationCommandBottomSheet$binding$2();
public WidgetApplicationCommandBottomSheet$binding$2() {
super(1, WidgetApplicationCommandBottomSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetApplicationCommandBottomSheetBinding;", 0);
}
public final WidgetApplicationCommandBottomSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362161;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362161);
if (linearLayout != null) {
i = 2131362662;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362662);
if (simpleDraweeView != null) {
i = 2131362663;
TextView textView = (TextView) view.findViewById(2131362663);
if (textView != null) {
i = 2131362664;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362664);
if (materialButton != null) {
i = 2131362665;
ProgressBar progressBar = (ProgressBar) view.findViewById(2131362665);
if (progressBar != null) {
i = 2131362666;
TextView textView2 = (TextView) view.findViewById(2131362666);
if (textView2 != null) {
i = 2131362667;
TextView textView3 = (TextView) view.findViewById(2131362667);
if (textView3 != null) {
i = 2131362668;
TextView textView4 = (TextView) view.findViewById(2131362668);
if (textView4 != null) {
return new WidgetApplicationCommandBottomSheetBinding((ConstraintLayout) view, linearLayout, simpleDraweeView, textView, materialButton, progressBar, textView2, textView3, textView4);
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}