discord-jadx/app/src/main/java/com/discord/widgets/user/WidgetUserSetCustomStatus$b...

69 lines
4.0 KiB
Java

package com.discord.widgets.user;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.RadioGroup;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetUserSetCustomStatusBinding;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.android.material.radiobutton.MaterialRadioButton;
import com.google.android.material.textfield.TextInputLayout;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetUserSetCustomStatus.kt */
public final /* synthetic */ class WidgetUserSetCustomStatus$binding$2 extends k implements Function1<View, WidgetUserSetCustomStatusBinding> {
public static final WidgetUserSetCustomStatus$binding$2 INSTANCE = new WidgetUserSetCustomStatus$binding$2();
public WidgetUserSetCustomStatus$binding$2() {
super(1, WidgetUserSetCustomStatusBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUserSetCustomStatusBinding;", 0);
}
public final WidgetUserSetCustomStatusBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131364828;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364828);
if (simpleDraweeView != null) {
i = 2131364829;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131364829);
if (frameLayout != null) {
i = 2131364830;
RadioGroup radioGroup = (RadioGroup) view.findViewById(2131364830);
if (radioGroup != null) {
i = 2131364831;
MaterialRadioButton materialRadioButton = (MaterialRadioButton) view.findViewById(2131364831);
if (materialRadioButton != null) {
i = 2131364832;
MaterialRadioButton materialRadioButton2 = (MaterialRadioButton) view.findViewById(2131364832);
if (materialRadioButton2 != null) {
i = 2131364833;
MaterialRadioButton materialRadioButton3 = (MaterialRadioButton) view.findViewById(2131364833);
if (materialRadioButton3 != null) {
i = 2131364834;
MaterialRadioButton materialRadioButton4 = (MaterialRadioButton) view.findViewById(2131364834);
if (materialRadioButton4 != null) {
i = 2131364835;
MaterialRadioButton materialRadioButton5 = (MaterialRadioButton) view.findViewById(2131364835);
if (materialRadioButton5 != null) {
i = 2131364836;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131364836);
if (floatingActionButton != null) {
i = 2131364837;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364837);
if (textInputLayout != null) {
return new WidgetUserSetCustomStatusBinding((CoordinatorLayout) view, simpleDraweeView, frameLayout, radioGroup, materialRadioButton, materialRadioButton2, materialRadioButton3, materialRadioButton4, materialRadioButton5, floatingActionButton, textInputLayout);
}
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}