This commit is contained in:
John Preston 2016-01-11 13:20:16 +08:00
commit a6861c3e94

View File

@ -4323,7 +4323,7 @@ void MentionsDropdown::updateFiltered(bool resetScroll) {
} else {
StickersByEmojiMap::const_iterator i = it->emoji.constFind(emojiGetNoColor(_emoji));
if (i != it->emoji.cend()) {
srows.append(*i);
srows += *i;
}
}
}