mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Fix no votes label.
This commit is contained in:
@@ -308,7 +308,7 @@ void HistoryPoll::updateVotesCheckAnimations() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void HistoryPoll::updateTotalVotes() const {
|
void HistoryPoll::updateTotalVotes() const {
|
||||||
if (_totalVotes == _poll->totalVoters) {
|
if (_totalVotes == _poll->totalVoters && !_totalVotesLabel.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_totalVotes = _poll->totalVoters;
|
_totalVotes = _poll->totalVoters;
|
||||||
|
Reference in New Issue
Block a user