discord-jadx/app/src/main/java/com/discord/views/calls/StageCallVisitCommunityView...

42 lines
1.8 KiB
Java

package com.discord.views.calls;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import c.a.i.n3;
import com.facebook.drawee.view.SimpleDraweeView;
import d0.z.d.m;
/* compiled from: StageCallVisitCommunityView.kt */
public final class StageCallVisitCommunityView extends ConstraintLayout {
public final n3 i;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StageCallVisitCommunityView(Context context, AttributeSet attributeSet) {
super(context, attributeSet, 0);
m.checkNotNullParameter(context, "context");
View inflate = LayoutInflater.from(context).inflate(2131558825, (ViewGroup) this, false);
addView(inflate);
int i = 2131365668;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(2131365668);
if (simpleDraweeView != null) {
i = 2131365669;
TextView textView = (TextView) inflate.findViewById(2131365669);
if (textView != null) {
i = 2131365670;
TextView textView2 = (TextView) inflate.findViewById(2131365670);
if (textView2 != null) {
n3 n3Var = new n3((ConstraintLayout) inflate, simpleDraweeView, textView, textView2);
m.checkNotNullExpressionValue(n3Var, "ViewStageChannelVisitCom…rom(context), this, true)");
this.i = n3Var;
return;
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i)));
}
}