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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user