2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00
This commit is contained in:
John Preston
2015-09-22 12:58:51 +03:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1580,7 +1580,7 @@ void Window::notifyUpdateAllPhotos() {
(*i)->updatePeerPhoto();
}
}
if (_mediaView) _mediaView->updateControls();
if (_mediaView && !_mediaView->isHidden()) _mediaView->updateControls();
}
void Window::notifyUpdateAll() {