[escher] [apps] Implement app snapshot

Change-Id: I24d7eed7cef964af8be1c85222e758c297dc0da1
This commit is contained in:
Émilie Feral
2017-05-17 14:44:00 +02:00
parent 06de0dd9db
commit 71284311bb
51 changed files with 568 additions and 340 deletions

View File

@@ -60,7 +60,7 @@ bool SubController::handleEvent(Ion::Events::Event event) {
* clicking on '6' on the serial number row. */
if (event == Ion::Events::Six && m_nodeModel->label() == I18n::Message::About && selectedRow() == 1) {
AppsContainer * appsContainer = (AppsContainer *)app()->container();
appsContainer->switchTo(appsContainer->hardwareTestAppDescriptor());
appsContainer->switchTo(appsContainer->hardwareTestAppSnapshot());
return true;
}
if (event == Ion::Events::OK || event == Ion::Events::EXE) {