mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 16:03:03 +02:00
Fix switch-to-filter in single column mode.
This commit is contained in:
parent
1de9352f3a
commit
b42ba1a7a3
1 changed files with 3 additions and 0 deletions
|
@ -779,6 +779,9 @@ void SessionController::setActiveChatsFilter(FilterId id) {
|
||||||
if (id) {
|
if (id) {
|
||||||
closeFolder();
|
closeFolder();
|
||||||
}
|
}
|
||||||
|
if (Adaptive::OneColumn()) {
|
||||||
|
Ui::showChatsList();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SessionController::~SessionController() = default;
|
SessionController::~SessionController() = default;
|
||||||
|
|
Loading…
Add table
Reference in a new issue