mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +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);
|
Type::Bar);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!state->pendingCount) {
|
||||||
|
++state->pendingCount;
|
||||||
|
singlePendingDone();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void AddHeader(
|
void AddHeader(
|
||||||
|
|
Loading…
Add table
Reference in a new issue