2
0
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:
John Preston
2019-04-16 22:06:15 +04:00
parent 0c0d6bc411
commit 927735dff2
3 changed files with 25 additions and 9 deletions

View File

@@ -513,6 +513,9 @@ void DialogsWidget::animationCallback() {
}
void DialogsWidget::onCancel() {
if (_inner->cancelFolder()) {
return;
}
if (!onCancelSearch() || (!_searchInChat && !App::main()->selectingPeer())) {
emit cancelled();
}