Correctly round spoiler animation in ExtendedMedia.

This commit is contained in:
John Preston
2022-09-09 20:09:51 +04:00
parent a919978a37
commit 2e8a03dfd1
37 changed files with 141 additions and 255 deletions
@@ -1909,7 +1909,8 @@ HistoryView::PaintContext SessionController::preparePaintContext(
return args.theme->preparePaintContext(
_chatStyle.get(),
viewport,
args.clip);
args.clip,
isGifPausedAtLeastFor(GifPauseReason::Any));
}
void SessionController::setPremiumRef(const QString &ref) {