Clear search field on archive opening.

This commit is contained in:
John Preston 2023-04-24 21:15:40 +04:00
parent b6fbdd25a0
commit 0b60985966
1 changed files with 1 additions and 0 deletions

View File

@ -870,6 +870,7 @@ void Widget::changeOpenedFolder(Data::Folder *folder, anim::type animated) {
return;
}
changeOpenedSubsection([&] {
cancelSearch();
closeChildList(anim::type::instant);
controller()->closeForum();
_openedFolder = folder;