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 = 2131364714;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364714);
if (simpleDraweeView != null) {
i = 2131364715;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131364715);
if (frameLayout != null) {
i = 2131364716;
RadioGroup radioGroup = (RadioGroup) view.findViewById(2131364716);
if (radioGroup != null) {
i = 2131364717;
MaterialRadioButton materialRadioButton = (MaterialRadioButton) view.findViewById(2131364717);
if (materialRadioButton != null) {
i = 2131364718;
MaterialRadioButton materialRadioButton2 = (MaterialRadioButton) view.findViewById(2131364718);
if (materialRadioButton2 != null) {
i = 2131364719;
MaterialRadioButton materialRadioButton3 = (MaterialRadioButton) view.findViewById(2131364719);
if (materialRadioButton3 != null) {
i = 2131364720;
MaterialRadioButton materialRadioButton4 = (MaterialRadioButton) view.findViewById(2131364720);
if (materialRadioButton4 != null) {
i = 2131364721;
MaterialRadioButton materialRadioButton5 = (MaterialRadioButton) view.findViewById(2131364721);
if (materialRadioButton5 != null) {
i = 2131364722;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131364722);
if (floatingActionButton != null) {
i = 2131364723;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364723);
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)));
}
}