discord-jadx/app/src/main/java/com/discord/widgets/user/WidgetUserStatusSheet$bindi...

53 lines
2.5 KiB
Java

package com.discord.widgets.user;
import android.view.View;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import c.a.i.u3;
import com.discord.databinding.WidgetUserStatusUpdateBinding;
import com.discord.widgets.user.profile.UserStatusPresenceCustomView;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetUserStatusSheet.kt */
public final /* synthetic */ class WidgetUserStatusSheet$binding$2 extends k implements Function1<View, WidgetUserStatusUpdateBinding> {
public static final WidgetUserStatusSheet$binding$2 INSTANCE = new WidgetUserStatusSheet$binding$2();
public WidgetUserStatusSheet$binding$2() {
super(1, WidgetUserStatusUpdateBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUserStatusUpdateBinding;", 0);
}
public final WidgetUserStatusUpdateBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131363404;
TextView textView = (TextView) view.findViewById(2131363404);
if (textView != null) {
i = 2131365613;
UserStatusPresenceCustomView userStatusPresenceCustomView = (UserStatusPresenceCustomView) view.findViewById(2131365613);
if (userStatusPresenceCustomView != null) {
i = 2131365614;
View findViewById = view.findViewById(2131365614);
if (findViewById != null) {
u3 a = u3.a(findViewById);
i = 2131365615;
View findViewById2 = view.findViewById(2131365615);
if (findViewById2 != null) {
u3 a2 = u3.a(findViewById2);
i = 2131365616;
View findViewById3 = view.findViewById(2131365616);
if (findViewById3 != null) {
u3 a3 = u3.a(findViewById3);
i = 2131365617;
View findViewById4 = view.findViewById(2131365617);
if (findViewById4 != null) {
return new WidgetUserStatusUpdateBinding((NestedScrollView) view, textView, userStatusPresenceCustomView, a, a2, a3, u3.a(findViewById4));
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}