2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

fixed crashes on quit, fixed scrolled sticker icons

This commit is contained in:
John Preston
2015-12-28 09:19:29 +03:00
parent 3aa2e592e0
commit 4b99eb9c8d
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,6 @@ public:
void clear();
void remove(const PeerId &peer);
~Histories() {
clear();
unreadFull = unreadMuted = 0;
}