mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 3.0.5: Fix build on Linux.
This commit is contained in:
parent
10d405aef4
commit
038f19d055
3 changed files with 1 additions and 2 deletions
|
@ -188,7 +188,6 @@ void EmojiInteractions::startIncoming(
|
|||
if (!animations.empty() && animations.back().scheduledAt >= at) {
|
||||
continue;
|
||||
}
|
||||
const auto last = !animations.empty() ? &animations.back() : nullptr;
|
||||
const auto listSize = int(list.size());
|
||||
const auto index = (single.index - 1);
|
||||
if (index < listSize) {
|
||||
|
|
|
@ -58,6 +58,7 @@ std::map<int, const char*> BetaLogs() {
|
|||
{
|
||||
3000005,
|
||||
"- Add support for Emoji 13.1."
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -699,7 +699,6 @@ void TopBarWidget::handleEmojiInteractionSeen(const QString &emoticon) {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
const auto animationWidth = seen->animation.width();
|
||||
const auto skip = st::topBarArrowPadding.bottom();
|
||||
update(
|
||||
_leftTaken,
|
||||
|
|
Loading…
Add table
Reference in a new issue