mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix controls in regular media viewer.
This commit is contained in:
parent
010c666d23
commit
bc7da9309d
1 changed files with 1 additions and 0 deletions
|
@ -5092,6 +5092,7 @@ void OverlayWidget::setStoriesPeer(PeerData *peer) {
|
|||
_stories = nullptr;
|
||||
_storiesSession = nullptr;
|
||||
_storiesChanged.fire({});
|
||||
updateNavigationControlsGeometry();
|
||||
} else if (_storiesSession != session) {
|
||||
_stories = nullptr;
|
||||
_storiesSession = session;
|
||||
|
|
Loading…
Add table
Reference in a new issue