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

35 lines
1.4 KiB
Java

package com.discord.views.discovery;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.widget.LinearLayout;
import android.widget.TextView;
import c.a.i.y1;
import com.facebook.drawee.view.SimpleDraweeView;
import d0.z.d.m;
/* compiled from: DiscoveryStageCardTopHatView.kt */
public final class DiscoveryStageCardTopHatView extends LinearLayout {
public final y1 i;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public DiscoveryStageCardTopHatView(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
m.checkNotNullParameter(context, "context");
LayoutInflater.from(context).inflate(2131558752, this);
int i = 2131362986;
SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(2131362986);
if (simpleDraweeView != null) {
i = 2131362987;
TextView textView = (TextView) findViewById(2131362987);
if (textView != null) {
y1 y1Var = new y1(this, simpleDraweeView, textView);
m.checkNotNullExpressionValue(y1Var, "ViewDiscoveryStageCardTo…ater.from(context), this)");
this.i = y1Var;
return;
}
}
throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i)));
}
}