mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
crash catch + report added for Windows version
This commit is contained in:
@@ -4320,7 +4320,7 @@ void MentionsDropdown::updateFiltered(bool resetScroll) {
|
||||
if (it->emoji.isEmpty()) {
|
||||
setsToRequest.insert(it->id, it->access);
|
||||
it->flags |= MTPDstickerSet_flag_NOT_LOADED;
|
||||
} else {
|
||||
} else if (!(it->flags & MTPDstickerSet::flag_disabled)) {
|
||||
StickersByEmojiMap::const_iterator i = it->emoji.constFind(emojiGetNoColor(_emoji));
|
||||
if (i != it->emoji.cend()) {
|
||||
srows += *i;
|
||||
|
Reference in New Issue
Block a user