We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e3bf5 commit acd223aCopy full SHA for acd223a
1 file changed
src/main/kotlin/failchat/goodgame/GgApiClient.kt
@@ -107,7 +107,7 @@ class GgApiClient(
107
ggId = id
108
)
109
110
- if (node.get("animated").asText() == "1") { // "1" for animated, "" for static
+ if (node.get("animated").booleanValue()) {
111
emoticon.animatedInstance = GgEmoticon(
112
code = code,
113
url = node.get("img_gif").asText(),
0 commit comments