mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher] Only one app is on the heap at one time
Change-Id: I6c77601cb0cc883083a4dd05370ca543fa7951cc
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
AppsContainer container;
|
||||
|
||||
void ion_app() {
|
||||
container.switchTo(container.appAtIndex(-1));
|
||||
container.switchTo(container.onBoardingAppDescriptor());
|
||||
container.run();
|
||||
container.switchTo(nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user