2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Fix albums layout and editing in feed.

This commit is contained in:
John Preston
2018-01-21 12:05:30 +03:00
parent b91ebad8be
commit f9154c4ed0
10 changed files with 71 additions and 19 deletions

View File

@@ -1274,11 +1274,6 @@ namespace {
}
}
Auth().notifications().clearFromItem(item);
if (Global::started()
&& !App::quitting()
&& AuthSession::Exists()) {
Auth().data().notifyItemRemoved(item);
}
}
void historyUpdateDependent(not_null<HistoryItem*> item) {