2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

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

View File

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