discord-jadx/app/src/main/java/com/discord/widgets/announcements/WidgetChannelFollowSheet$binding$2.java
2021-07-24 04:37:17 +02:00

72 lines
4 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 = 2131362281;
ImageView imageView = (ImageView) view.findViewById(2131362281);
if (imageView != null) {
i = 2131362282;
TextView textView = (TextView) view.findViewById(2131362282);
if (textView != null) {
i = 2131362283;
TextView textView2 = (TextView) view.findViewById(2131362283);
if (textView2 != null) {
i = 2131362284;
ImageView imageView2 = (ImageView) view.findViewById(2131362284);
if (imageView2 != null) {
i = 2131362285;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362285);
if (simpleDraweeView != null) {
i = 2131362286;
MaterialCardView materialCardView = (MaterialCardView) view.findViewById(2131362286);
if (materialCardView != null) {
i = 2131362287;
MaterialCardView materialCardView2 = (MaterialCardView) view.findViewById(2131362287);
if (materialCardView2 != null) {
i = 2131362288;
TextView textView3 = (TextView) view.findViewById(2131362288);
if (textView3 != null) {
i = 2131362289;
TextView textView4 = (TextView) view.findViewById(2131362289);
if (textView4 != null) {
i = 2131362821;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131362821);
if (materialButton != null) {
i = 2131363279;
AppViewFlipper appViewFlipper = (AppViewFlipper) view.findViewById(2131363279);
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)));
}
}