[apps] Make the apps container a static object

Change-Id: Ie052b558607d0d469f926301c2a0008cd77025da
This commit is contained in:
Émilie Feral
2016-12-08 16:08:03 +01:00
parent 548ac8902e
commit d45855ba72

View File

@@ -1,7 +1,8 @@
#include "apps_container.h"
AppsContainer container;
void ion_app() {
AppsContainer container;
container.switchTo(container.appAtIndex(0));
container.run();
}