mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-27 09:47:18 -04:00
[EGD-3451] RequestRecordsCount refactor in whole project.
This commit is contained in:
committed by
PrzeBrudny
parent
02afbac399
commit
19e1ca696c
@@ -63,10 +63,7 @@ namespace gui
|
||||
|
||||
void NotesMainWindow::onBeforeShow(ShowMode mode, SwitchData *data)
|
||||
{
|
||||
notesModel->clear();
|
||||
notesModel->requestRecordsCount();
|
||||
list->clear();
|
||||
list->setElementsCount(notesModel->getItemCount());
|
||||
list->rebuildList();
|
||||
}
|
||||
|
||||
bool NotesMainWindow::onInput(const InputEvent &inputEvent)
|
||||
|
||||
Reference in New Issue
Block a user