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.q3;
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 = 2131363342;
TextView textView = (TextView) view.findViewById(2131363342);
if (textView != null) {
i = 2131365464;
UserStatusPresenceCustomView userStatusPresenceCustomView = (UserStatusPresenceCustomView) view.findViewById(2131365464);
if (userStatusPresenceCustomView != null) {
i = 2131365465;
View findViewById = view.findViewById(2131365465);
if (findViewById != null) {
q3 a = q3.a(findViewById);
i = 2131365466;
View findViewById2 = view.findViewById(2131365466);
if (findViewById2 != null) {
q3 a2 = q3.a(findViewById2);
i = 2131365467;
View findViewById3 = view.findViewById(2131365467);
if (findViewById3 != null) {
q3 a3 = q3.a(findViewById3);
i = 2131365468;
View findViewById4 = view.findViewById(2131365468);
if (findViewById4 != null) {
return new WidgetUserStatusUpdateBinding((NestedScrollView) view, textView, userStatusPresenceCustomView, a, a2, a3, q3.a(findViewById4));
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}