diff --git a/Telegram/SourceFiles/history/media/history_media_poll.cpp b/Telegram/SourceFiles/history/media/history_media_poll.cpp index 1914ed22d..5bc135b24 100644 --- a/Telegram/SourceFiles/history/media/history_media_poll.cpp +++ b/Telegram/SourceFiles/history/media/history_media_poll.cpp @@ -308,7 +308,7 @@ void HistoryPoll::updateVotesCheckAnimations() const { } void HistoryPoll::updateTotalVotes() const { - if (_totalVotes == _poll->totalVoters) { + if (_totalVotes == _poll->totalVoters && !_totalVotesLabel.isEmpty()) { return; } _totalVotes = _poll->totalVoters;