package com.discord.views; import android.content.Context; import android.util.AttributeSet; import android.view.LayoutInflater; import android.widget.RelativeLayout; import android.widget.TextView; import c.a.i.s3; import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.m; /* compiled from: UserListItemView.kt */ public final class UserListItemView extends RelativeLayout { public static final /* synthetic */ int i = 0; public final s3 j; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public UserListItemView(Context context, AttributeSet attributeSet) { super(context, attributeSet, 0); m.checkNotNullParameter(context, "context"); LayoutInflater.from(context).inflate(2131558824, this); int i2 = 2131365432; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(2131365432); if (simpleDraweeView != null) { i2 = 2131365433; TextView textView = (TextView) findViewById(2131365433); if (textView != null) { i2 = 2131365434; TextView textView2 = (TextView) findViewById(2131365434); if (textView2 != null) { i2 = 2131365435; StatusView statusView = (StatusView) findViewById(2131365435); if (statusView != null) { s3 s3Var = new s3(this, simpleDraweeView, textView, textView2, statusView); m.checkNotNullExpressionValue(s3Var, "ViewUserListItemBinding.…ater.from(context), this)"); this.j = s3Var; setClickable(true); return; } } } } throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i2))); } }