From 837e39db2c28ab5053d038ca6270e6ae06f1ead1 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Fri, 5 Sep 2014 13:10:03 -0700 Subject: [PATCH] Reverting workaround, going back to using hide() instead of exit() for switching apps Change-Id: Ibaa930914241c3f0c8d05d1d13a1b022502ef3d7 --- css/car/components/topBarIcons/topBarIcons.js | 2 +- packaging/modello-common.changes | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/css/car/components/topBarIcons/topBarIcons.js b/css/car/components/topBarIcons/topBarIcons.js index a7be155..357eb89 100644 --- a/css/car/components/topBarIcons/topBarIcons.js +++ b/css/car/components/topBarIcons/topBarIcons.js @@ -95,7 +95,7 @@ function onLaunchSuccess() { console.log("App launched succesfully..."); if (appToHide && appToHide.name !== "Modello Homescreen") - appToHide.exit(); + appToHide.hide(); } /** diff --git a/packaging/modello-common.changes b/packaging/modello-common.changes index e527e1d..db64629 100644 --- a/packaging/modello-common.changes +++ b/packaging/modello-common.changes @@ -1,3 +1,6 @@ +* Fri Sep 05 2014 Brian Jones accepted/tizen/ivi/20140821.133859-2-g6401195 +- Reverting workaround, going back to using hide() instead of exit() for switching apps + * Tue Aug 26 2014 Jimmy Huang accepted/tizen/ivi/20140821.133859-1-g65c5429 - Adds sanity check if adapter is invalid -- 2.7.4