Version 6.3.7: Fix build with GCC.

This commit is contained in:
John Preston
2025-12-15 16:18:32 +04:00
parent 516d6cf11e
commit e0b0f00621
@@ -462,7 +462,6 @@ void Service::animateReaction(Ui::ReactionFlyAnimationArgs &&args) {
}
const auto repainter = [=] { repaint(); };
const auto item = data();
if (_reactions) {
const auto reactionsHeight = st::mediaInBubbleSkip + _reactions->height();
const auto reactionsLeft = 0;