2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix controls in regular media viewer.

This commit is contained in:
John Preston
2023-06-27 13:36:12 +04:00
parent 010c666d23
commit bc7da9309d

View File

@@ -5092,6 +5092,7 @@ void OverlayWidget::setStoriesPeer(PeerData *peer) {
_stories = nullptr;
_storiesSession = nullptr;
_storiesChanged.fire({});
updateNavigationControlsGeometry();
} else if (_storiesSession != session) {
_stories = nullptr;
_storiesSession = session;