mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 15:35:51 +00:00
Start showing folder chats list.
This commit is contained in:
@@ -513,6 +513,9 @@ void DialogsWidget::animationCallback() {
|
||||
}
|
||||
|
||||
void DialogsWidget::onCancel() {
|
||||
if (_inner->cancelFolder()) {
|
||||
return;
|
||||
}
|
||||
if (!onCancelSearch() || (!_searchInChat && !App::main()->selectingPeer())) {
|
||||
emit cancelled();
|
||||
}
|
||||
|
Reference in New Issue
Block a user