mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-04 22:04:39 -04:00
[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user