mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Fix controls in regular media viewer.
This commit is contained in:
@@ -5092,6 +5092,7 @@ void OverlayWidget::setStoriesPeer(PeerData *peer) {
|
|||||||
_stories = nullptr;
|
_stories = nullptr;
|
||||||
_storiesSession = nullptr;
|
_storiesSession = nullptr;
|
||||||
_storiesChanged.fire({});
|
_storiesChanged.fire({});
|
||||||
|
updateNavigationControlsGeometry();
|
||||||
} else if (_storiesSession != session) {
|
} else if (_storiesSession != session) {
|
||||||
_stories = nullptr;
|
_stories = nullptr;
|
||||||
_storiesSession = session;
|
_storiesSession = session;
|
||||||
|
Reference in New Issue
Block a user