discord-jadx/app/src/main/java/com/discord/views/UserListItemView.java

45 lines
1.9 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.views;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.widget.RelativeLayout;
import android.widget.TextView;
2021-07-19 19:45:22 +00:00
import c.a.i.t3;
2021-06-27 20:44:35 +00:00
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;
2021-07-19 19:45:22 +00:00
public final t3 j;
2021-06-27 20:44:35 +00:00
/* 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");
2021-07-19 19:45:22 +00:00
LayoutInflater.from(context).inflate(2131558831, this);
2021-07-20 00:17:12 +00:00
int i2 = 2131365519;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(2131365519);
2021-06-27 20:44:35 +00:00
if (simpleDraweeView != null) {
2021-07-20 00:17:12 +00:00
i2 = 2131365520;
TextView textView = (TextView) findViewById(2131365520);
2021-06-27 20:44:35 +00:00
if (textView != null) {
2021-07-20 00:17:12 +00:00
i2 = 2131365521;
TextView textView2 = (TextView) findViewById(2131365521);
2021-06-27 20:44:35 +00:00
if (textView2 != null) {
2021-07-20 00:17:12 +00:00
i2 = 2131365522;
StatusView statusView = (StatusView) findViewById(2131365522);
2021-06-27 20:44:35 +00:00
if (statusView != null) {
2021-07-19 19:45:22 +00:00
t3 t3Var = new t3(this, simpleDraweeView, textView, textView2, statusView);
m.checkNotNullExpressionValue(t3Var, "ViewUserListItemBinding.…ater.from(context), this)");
this.j = t3Var;
2021-06-27 20:44:35 +00:00
setClickable(true);
return;
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i2)));
}
}