mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +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