discord-jadx/app/src/main/java/com/discord/widgets/announcements/WidgetChannelFollowSheet$bi...

73 lines
4.0 KiB
Java

package com.discord.widgets.announcements;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import com.discord.app.AppViewFlipper;
import com.discord.databinding.WidgetChannelFollowSheetBinding;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.card.MaterialCardView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChannelFollowSheet.kt */
public final /* synthetic */ class WidgetChannelFollowSheet$binding$2 extends k implements Function1<View, WidgetChannelFollowSheetBinding> {
public static final WidgetChannelFollowSheet$binding$2 INSTANCE = new WidgetChannelFollowSheet$binding$2();
public WidgetChannelFollowSheet$binding$2() {
super(1, WidgetChannelFollowSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChannelFollowSheetBinding;", 0);
}
public final WidgetChannelFollowSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362266;
ImageView imageView = (ImageView) view.findViewById(2131362266);
if (imageView != null) {
i = 2131362267;
TextView textView = (TextView) view.findViewById(2131362267);
if (textView != null) {
i = 2131362268;
TextView textView2 = (TextView) view.findViewById(2131362268);
if (textView2 != null) {
i = 2131362269;
ImageView imageView2 = (ImageView) view.findViewById(2131362269);
if (imageView2 != null) {
i = 2131362270;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362270);
if (simpleDraweeView != null) {
i = 2131362271;
MaterialCardView materialCardView = (MaterialCardView) view.findViewById(2131362271);
if (materialCardView != null) {
i = 2131362272;
MaterialCardView materialCardView2 = (MaterialCardView) view.findViewById(2131362272);
if (materialCardView2 != null) {
i = 2131362273;
TextView textView3 = (TextView) view.findViewById(2131362273);
if (textView3 != null) {
i = 2131362274;
TextView textView4 = (TextView) view.findViewById(2131362274);
if (textView4 != null) {
i = 2131362813;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362813);
if (materialButton != null) {
i = 2131363248;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131363248);
if (appViewFlipper != null) {
return new WidgetChannelFollowSheetBinding((NestedScrollView) view, imageView, textView, textView2, imageView2, simpleDraweeView, materialCardView, materialCardView2, textView3, textView4, materialButton, appViewFlipper);
}
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}