discord-jadx/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderView$getCustomStatusDraweeSpanStringBuilder$1.java
2021-07-24 04:37:17 +02:00

35 lines
1.4 KiB
Java

package com.discord.widgets.user.profile;
import android.content.Context;
import com.discord.utilities.textprocessing.node.EmojiNode;
import d0.z.d.m;
/* compiled from: UserProfileHeaderView.kt */
public final class UserProfileHeaderView$getCustomStatusDraweeSpanStringBuilder$1 implements EmojiNode.RenderContext {
public final /* synthetic */ boolean $shouldAnimate;
private final Context context;
private final boolean isAnimationEnabled;
public final /* synthetic */ UserProfileHeaderView this$0;
public UserProfileHeaderView$getCustomStatusDraweeSpanStringBuilder$1(UserProfileHeaderView userProfileHeaderView, boolean z2) {
this.this$0 = userProfileHeaderView;
this.$shouldAnimate = z2;
this.context = userProfileHeaderView.getContext();
this.isAnimationEnabled = z2;
}
@Override // com.discord.utilities.textprocessing.node.EmojiNode.RenderContext
public Context getContext() {
return this.context;
}
@Override // com.discord.utilities.textprocessing.node.EmojiNode.RenderContext
public boolean isAnimationEnabled() {
return this.isAnimationEnabled;
}
@Override // com.discord.utilities.textprocessing.node.EmojiNode.RenderContext
public void onEmojiClicked(EmojiNode.EmojiIdAndType emojiIdAndType) {
m.checkNotNullParameter(emojiIdAndType, "emojiIdAndType");
EmojiNode.RenderContext.DefaultImpls.onEmojiClicked(this, emojiIdAndType);
}
}