mirror of https://github.com/oxen-io/session-ios
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TSAnimatedAdapter is used when rendering GIFs. TSAnimatedAdapter inherits from JSQMediaItem but does not provide a custom implementation of the hash method. The default implementation of hash in JSQMediaItem results in all messages of a given interaction type (incoming, outgoing) sharing a cached bubble size. For this reason, JSQMediaItem subclasses are required to implement hash (see https://github.com/jessesquires/JSQMessagesViewController/issues/631). This commit fixes issue #1275 by implementing hash in TSAnimatedAdapter the same way TSPhotoAdapter does. |
9 years ago | |
|---|---|---|
| .. | ||
| TSMessageAdapaters | 9 years ago | |
| OWSCall.h | 9 years ago | |
| OWSCall.m | 9 years ago | |
| OWSDisplayedMessage.h | 9 years ago | |
| OWSDisplayedMessage.m | 9 years ago | |
| OWSErrorMessage.h | 9 years ago | |
| OWSErrorMessage.m | 9 years ago | |
| OWSInfoMessage.h | 9 years ago | |
| OWSInfoMessage.m | 9 years ago | |
| OWSMessagesBubblesSizeCalculator.h | 9 years ago | |
| OWSMessagesBubblesSizeCalculator.m | 9 years ago | |