mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-13 19:15:07 -04:00
[EGD-7408] Phonebook empty list fix
Fixed phonebook empty list. Added deep refresh for other empty lists.
This commit is contained in:
committed by
Przemysław Brudny
parent
b5f580aaf4
commit
ba863035e5
@@ -98,6 +98,7 @@ namespace app::notes
|
||||
bottomBar->setActive(gui::BottomBar::Side::CENTER, false);
|
||||
emptyListIcon->setVisible(true);
|
||||
header->navigationIndicatorRemove(gui::header::BoxSelection::Right);
|
||||
application->refreshWindow(gui::RefreshModes::GUI_REFRESH_DEEP);
|
||||
}
|
||||
|
||||
void NoteMainWindow::onListFilled()
|
||||
@@ -106,6 +107,7 @@ namespace app::notes
|
||||
bottomBar->setActive(gui::BottomBar::Side::CENTER, true);
|
||||
emptyListIcon->setVisible(false);
|
||||
header->navigationIndicatorAdd(new gui::header::SearchAction(), gui::header::BoxSelection::Right);
|
||||
application->refreshWindow(gui::RefreshModes::GUI_REFRESH_DEEP);
|
||||
}
|
||||
|
||||
bool NoteMainWindow::onInput(const gui::InputEvent &inputEvent)
|
||||
|
||||
Reference in New Issue
Block a user