mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Fixed display of statistics for single posts.
This commit is contained in:
parent
46023f4260
commit
237baf11df
1 changed files with 4 additions and 0 deletions
|
@ -287,6 +287,10 @@ void FillStatistic(
|
|||
Type::Bar);
|
||||
}
|
||||
}
|
||||
if (!state->pendingCount) {
|
||||
++state->pendingCount;
|
||||
singlePendingDone();
|
||||
}
|
||||
}
|
||||
|
||||
void AddHeader(
|
||||
|
|
Loading…
Add table
Reference in a new issue