2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fixed crash when deleting items.

Fixed unread counter clear when logging out.
This commit is contained in:
John Preston
2016-03-26 09:41:23 +03:00
parent 40ab82e4bd
commit b32c6566ff
3 changed files with 24 additions and 18 deletions

View File

@@ -1787,7 +1787,6 @@ namespace App {
if (App::wnd()) {
App::wnd()->notifyItemRemoved(item);
}
item->history()->setPendingResize();
}
void historyUnregItem(HistoryItem *item) {