Fix switch-to-filter in single column mode.

This commit is contained in:
John Preston 2020-03-20 17:23:52 +04:00
parent 1de9352f3a
commit b42ba1a7a3
1 changed files with 3 additions and 0 deletions

View File

@ -779,6 +779,9 @@ void SessionController::setActiveChatsFilter(FilterId id) {
if (id) {
closeFolder();
}
if (Adaptive::OneColumn()) {
Ui::showChatsList();
}
}
SessionController::~SessionController() = default;