Beta version 3.0.5: Fix build on Linux.

This commit is contained in:
John Preston 2021-09-17 11:08:44 +03:00
parent 10d405aef4
commit 038f19d055
3 changed files with 1 additions and 2 deletions

View File

@ -188,7 +188,6 @@ void EmojiInteractions::startIncoming(
if (!animations.empty() && animations.back().scheduledAt >= at) { if (!animations.empty() && animations.back().scheduledAt >= at) {
continue; continue;
} }
const auto last = !animations.empty() ? &animations.back() : nullptr;
const auto listSize = int(list.size()); const auto listSize = int(list.size());
const auto index = (single.index - 1); const auto index = (single.index - 1);
if (index < listSize) { if (index < listSize) {

View File

@ -58,6 +58,7 @@ std::map<int, const char*> BetaLogs() {
{ {
3000005, 3000005,
"- Add support for Emoji 13.1." "- Add support for Emoji 13.1."
}
}; };
}; };

View File

@ -699,7 +699,6 @@ void TopBarWidget::handleEmojiInteractionSeen(const QString &emoticon) {
} }
}); });
} else { } else {
const auto animationWidth = seen->animation.width();
const auto skip = st::topBarArrowPadding.bottom(); const auto skip = st::topBarArrowPadding.bottom();
update( update(
_leftTaken, _leftTaken,