discord-jadx/app/src/main/java/com/discord/views/discovery/DiscoveryStageCardBodyView....

71 lines
3.6 KiB
Java

package com.discord.views.discovery;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.constraintlayout.widget.Barrier;
import androidx.constraintlayout.widget.ConstraintLayout;
import c.a.i.w1;
import com.discord.utilities.locale.LocaleManager;
import com.discord.views.discovery.speakers.DiscoveryStageCardSpeakersView;
import com.facebook.drawee.view.SimpleDraweeView;
import d0.z.d.m;
import java.text.NumberFormat;
/* compiled from: DiscoveryStageCardBodyView.kt */
public final class DiscoveryStageCardBodyView extends ConstraintLayout {
public final w1 i;
public final NumberFormat j;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public DiscoveryStageCardBodyView(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
m.checkNotNullParameter(context, "context");
LayoutInflater.from(context).inflate(2131558742, this);
int i = 2131365050;
LinearLayout linearLayout = (LinearLayout) findViewById(2131365050);
if (linearLayout != null) {
i = 2131365051;
TextView textView = (TextView) findViewById(2131365051);
if (textView != null) {
i = 2131365052;
Barrier barrier = (Barrier) findViewById(2131365052);
if (barrier != null) {
i = 2131365053;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(2131365053);
if (simpleDraweeView != null) {
i = 2131365054;
TextView textView2 = (TextView) findViewById(2131365054);
if (textView2 != null) {
i = 2131365055;
FrameLayout frameLayout = (FrameLayout) findViewById(2131365055);
if (frameLayout != null) {
i = 2131365056;
TextView textView3 = (TextView) findViewById(2131365056);
if (textView3 != null) {
i = 2131365057;
DiscoveryStageCardSpeakersView discoveryStageCardSpeakersView = (DiscoveryStageCardSpeakersView) findViewById(2131365057);
if (discoveryStageCardSpeakersView != null) {
i = 2131365058;
TextView textView4 = (TextView) findViewById(2131365058);
if (textView4 != null) {
w1 w1Var = new w1(this, linearLayout, textView, barrier, simpleDraweeView, textView2, frameLayout, textView3, discoveryStageCardSpeakersView, textView4);
m.checkNotNullExpressionValue(w1Var, "ViewDiscoveryStageCardBo…ater.from(context), this)");
this.i = w1Var;
this.j = NumberFormat.getNumberInstance(new LocaleManager().getPrimaryLocale(context));
return;
}
}
}
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i)));
}
}