mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
context bots started, all callbacks done by pointers
This commit is contained in:
@@ -338,7 +338,11 @@ void StickerPreviewWidget::clipCallback(ClipReaderNotification notification) {
|
||||
update();
|
||||
} break;
|
||||
|
||||
case ClipReaderRepaint: update(); break;
|
||||
case ClipReaderRepaint: {
|
||||
if (gif() && !_gif->currentDisplayed()) {
|
||||
update();
|
||||
}
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user