Render sticker events in the timeline

- Animate the sticker in case of an animated gif

vector-im/riot-ios#1837
This commit is contained in:
giomfo
2018-04-16 23:32:17 +02:00
parent c74aaba52f
commit 1519ce35cc
3 changed files with 7 additions and 67 deletions
+3
View File
@@ -391,6 +391,9 @@
}
}
}
// Auto animate the sticker in case of animated gif
bubbleCell.isAutoAnimatedGif = (cellData.attachment && cellData.attachment.type == MXKAttachmentTypeSticker);
}
return cell;