Removes the need for an extra object for the tag array in the custom emoji nip
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ class RichTextParser {
|
||||
val imageUrls = imagesForPager.filterValues { it is MediaUrlImage }.keys
|
||||
val videoUrls = imagesForPager.filterValues { it is MediaUrlVideo }.keys
|
||||
|
||||
val emojiMap = CustomEmoji.createEmojiMap(tags)
|
||||
val emojiMap = CustomEmoji.createEmojiMap(tags.lists)
|
||||
|
||||
val segments = findTextSegments(content, imageUrls, videoUrls, urlSet, emojiMap, tags)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user