aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 3322a21..0c89804 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -725,7 +725,7 @@ WMError App::setInvisibleTask(const std::string &role, bool split)
if (state.main == -1)
{
HMI_DEBUG("wm", "Layout: %s", kNameLayoutNormal);
- state = LayoutState{*surface_id};
+ //state = LayoutState{*surface_id};
/* this->try_layout(
state, LayoutState{*surface_id}, [&](LayoutState const &nl) {
HMI_DEBUG("wm", "Layout: %s", kNameLayoutNormal);
@@ -763,7 +763,7 @@ WMError App::setInvisibleTask(const std::string &role, bool split)
g_app_list.setAction(req, deact_sub);
}
}
- state = LayoutState{state.main, *surface_id};
+ //state = LayoutState{state.main, *surface_id};
}
else
{
@@ -805,11 +805,11 @@ WMError App::setInvisibleTask(const std::string &role, bool split)
}
deact_sub.visible = task_visible;
deact_sub.end_draw_finished = end_draw_finished;
- HMI_SEQ_DEBUG(req, "sub surface ddoesn't exist");
+ HMI_SEQ_DEBUG(req, "sub surface doesn't exist");
g_app_list.setAction(req, deact_sub);
}
}
- state = LayoutState{*surface_id};
+ //state = LayoutState{*surface_id};
}
}
}