mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02: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