mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Fix possible crash in folder chats clearing.
This commit is contained in:
@@ -211,6 +211,10 @@ not_null<Dialogs::MainList*> Folder::chatsList() {
|
||||
return &_chatsList;
|
||||
}
|
||||
|
||||
void Folder::clearChatsList() {
|
||||
_chatsList.clear();
|
||||
}
|
||||
|
||||
void Folder::chatListPreloadData() {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user