discord-jadx/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerShee...

63 lines
3.5 KiB
Java

package com.discord.widgets.settings.profile;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import androidx.constraintlayout.widget.ConstraintLayout;
import com.discord.databinding.WidgetEditProfileBannerSheetBinding;
import com.google.android.material.button.MaterialButton;
import com.google.android.material.textview.MaterialTextView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetEditProfileBannerSheet.kt */
public final /* synthetic */ class WidgetEditProfileBannerSheet$binding$2 extends k implements Function1<View, WidgetEditProfileBannerSheetBinding> {
public static final WidgetEditProfileBannerSheet$binding$2 INSTANCE = new WidgetEditProfileBannerSheet$binding$2();
public WidgetEditProfileBannerSheet$binding$2() {
super(1, WidgetEditProfileBannerSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEditProfileBannerSheetBinding;", 0);
}
public final WidgetEditProfileBannerSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131362102;
LinearLayout linearLayout = (LinearLayout) view.findViewById(2131362102);
if (linearLayout != null) {
i = 2131362103;
MaterialTextView materialTextView = (MaterialTextView) view.findViewById(2131362103);
if (materialTextView != null) {
i = 2131362104;
MaterialTextView materialTextView2 = (MaterialTextView) view.findViewById(2131362104);
if (materialTextView2 != null) {
i = 2131362105;
ConstraintLayout constraintLayout = (ConstraintLayout) view.findViewById(2131362105);
if (constraintLayout != null) {
i = 2131362106;
MaterialTextView materialTextView3 = (MaterialTextView) view.findViewById(2131362106);
if (materialTextView3 != null) {
i = 2131362107;
MaterialTextView materialTextView4 = (MaterialTextView) view.findViewById(2131362107);
if (materialTextView4 != null) {
i = 2131362108;
ImageView imageView = (ImageView) view.findViewById(2131362108);
if (imageView != null) {
i = 2131362110;
MaterialTextView materialTextView5 = (MaterialTextView) view.findViewById(2131362110);
if (materialTextView5 != null) {
i = 2131364415;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364415);
if (materialButton != null) {
return new WidgetEditProfileBannerSheetBinding((LinearLayout) view, linearLayout, materialTextView, materialTextView2, constraintLayout, materialTextView3, materialTextView4, imageView, materialTextView5, materialButton);
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}