mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Removed display of all layers in media view on open story.
This commit is contained in:
parent
fd33fb4e7a
commit
921aeb3083
1 changed files with 1 additions and 0 deletions
|
@ -833,6 +833,7 @@ void Controller::show(
|
||||||
.video = (document != nullptr),
|
.video = (document != nullptr),
|
||||||
.silent = (document && document->isSilentVideo()),
|
.silent = (document && document->isSilentVideo()),
|
||||||
});
|
});
|
||||||
|
uiShow()->hideLayer(anim::type::instant);
|
||||||
if (!changeShown(story)) {
|
if (!changeShown(story)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue