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 = 2131364763;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364763);
if (simpleDraweeView != null) {
i = 2131364764;
FrameLayout frameLayout = (FrameLayout) view.findViewById(2131364764);
if (frameLayout != null) {
i = 2131364765;
RadioGroup radioGroup = (RadioGroup) view.findViewById(2131364765);
if (radioGroup != null) {
i = 2131364766;
MaterialRadioButton materialRadioButton = (MaterialRadioButton) view.findViewById(2131364766);
if (materialRadioButton != null) {
i = 2131364767;
MaterialRadioButton materialRadioButton2 = (MaterialRadioButton) view.findViewById(2131364767);
if (materialRadioButton2 != null) {
i = 2131364768;
MaterialRadioButton materialRadioButton3 = (MaterialRadioButton) view.findViewById(2131364768);
if (materialRadioButton3 != null) {
i = 2131364769;
MaterialRadioButton materialRadioButton4 = (MaterialRadioButton) view.findViewById(2131364769);
if (materialRadioButton4 != null) {
i = 2131364770;
MaterialRadioButton materialRadioButton5 = (MaterialRadioButton) view.findViewById(2131364770);
if (materialRadioButton5 != null) {
i = 2131364771;
FloatingActionButton floatingActionButton = (FloatingActionButton) view.findViewById(2131364771);
if (floatingActionButton != null) {
i = 2131364772;
TextInputLayout textInputLayout = (TextInputLayout) view.findViewById(2131364772);
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)));
}
}