2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Try to fix build with GCC.

This commit is contained in:
John Preston
2022-09-03 06:51:02 +04:00
parent 86059f2b5e
commit 85acf051c1
9 changed files with 1 additions and 27 deletions

View File

@@ -548,7 +548,6 @@ void EmojiStatusTopBar::resolveIsColored() {
}
_isColoredResolved = true;
const auto sticker = document->sticker();
const auto setId = sticker ? sticker->set.id : 0;
_isColored = sticker && (sticker->set.id == coloredSetId);
}