[EGD-3442] Fix list empty window unhandled behaviours, in place rebuild handling, notes rebuild on note deletion and changed call Icon name to stateIcon. (#1160)

This commit is contained in:
PrzeBrudny
2020-12-14 21:56:11 +01:00
committed by GitHub
parent b0fae5c4b8
commit d46139195c
21 changed files with 132 additions and 87 deletions

View File

@@ -73,7 +73,7 @@ namespace app::notes
{
if (recordsCount != notesRepoCount) {
recordsCount = notesRepoCount;
list->rebuildList(::style::listview::RebuildType::Full, 0, true);
list->reSendLastRebuildRequest();
return false;
}
return updateRecords(records);