mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Fix no votes label.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user