2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 16:45:12 +00:00

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

View File

@@ -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) {