mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix pausing stickers in StickerSetBox.
This commit is contained in:
@@ -596,11 +596,11 @@ bool MainWindow::doWeMarkAsRead() {
|
||||
if (!_main || Ui::isLayerShown()) {
|
||||
return false;
|
||||
}
|
||||
updateIsActive();
|
||||
return isActive() && _main->doWeMarkAsRead();
|
||||
}
|
||||
|
||||
void MainWindow::checkHistoryActivation() {
|
||||
updateIsActive();
|
||||
if (_main) {
|
||||
_main->checkHistoryActivation();
|
||||
}
|
||||
|
Reference in New Issue
Block a user