[apps] Display the baterry icon view on the title bar

Change-Id: I3a1f2540151f7ecbfafaead346e673f694d8c0dd
This commit is contained in:
Émilie Feral
2017-01-23 18:24:54 +01:00
parent 91efb72253
commit 51881d841c
5 changed files with 26 additions and 4 deletions

View File

@@ -57,6 +57,8 @@ bool AppsContainer::handleEvent(Ion::Events::Event event) {
void AppsContainer::switchTo(App * app) {
m_window.setTitle(app->name());
// TODO: Update the battery icon every in a time frame
m_window.updateBatteryLevel();
Container::switchTo(app);
}