Removed display of all layers in media view on open story.

This commit is contained in:
23rd 2023-07-24 23:33:37 +03:00
parent fd33fb4e7a
commit 921aeb3083
1 changed files with 1 additions and 0 deletions

View File

@ -833,6 +833,7 @@ void Controller::show(
.video = (document != nullptr),
.silent = (document && document->isSilentVideo()),
});
uiShow()->hideLayer(anim::type::instant);
if (!changeShown(story)) {
return;
}