package c.a.z; import android.graphics.drawable.Drawable; import androidx.core.content.ContextCompat; import com.discord.utilities.color.ColorCompat; import com.discord.views.VoiceUserLimitView; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: VoiceUserLimitView.kt */ public final class e0 extends o implements Function0 { public final /* synthetic */ VoiceUserLimitView this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public e0(VoiceUserLimitView voiceUserLimitView) { super(0); this.this$0 = voiceUserLimitView; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Drawable mo1invoke() { Drawable drawable = ContextCompat.getDrawable(this.this$0.getContext(), 2131232068); if (drawable != null) { drawable.setTint(ColorCompat.getThemedColor(this.this$0.getContext(), 2130968949)); } return drawable; } }