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.t3; 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 t3 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(2131558831, this); int i2 = 2131365519; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(2131365519); if (simpleDraweeView != null) { i2 = 2131365520; TextView textView = (TextView) findViewById(2131365520); if (textView != null) { i2 = 2131365521; TextView textView2 = (TextView) findViewById(2131365521); if (textView2 != null) { i2 = 2131365522; StatusView statusView = (StatusView) findViewById(2131365522); if (statusView != null) { t3 t3Var = new t3(this, simpleDraweeView, textView, textView2, statusView); m.checkNotNullExpressionValue(t3Var, "ViewUserListItemBinding.…ater.from(context), this)"); this.j = t3Var; setClickable(true); return; } } } } throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i2))); } }