From f73c5f5ff5cd4b424eed1a757c7bc8d3e34ec0e9 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Fri, 11 May 2018 10:09:24 +0900 Subject: The role "video" can be shown in split area for ALS and the role "restriction" can use the areas other than "restriction.split.sub" Change-Id: I5aab163409cf5284b876dc9e44102ee620344472 Signed-off-by: Yuta Doi --- src/policy_manager/zipc/dummy_stm.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/policy_manager/zipc/dummy_stm.c') diff --git a/src/policy_manager/zipc/dummy_stm.c b/src/policy_manager/zipc/dummy_stm.c index 07694cf..0246141 100644 --- a/src/policy_manager/zipc/dummy_stm.c +++ b/src/policy_manager/zipc/dummy_stm.c @@ -226,12 +226,13 @@ int stmTransitionState(int event, stm_state_t* state) { case STM_ARA_NO_NORMAL: // Apps layer switch (apps_state) { - case gStmLayoutNoMf: - // nop + case gStmLayoutNoM1: + g_crr_state.layer.apps.state = gStmLayoutNoM2; + g_crr_state.layer.apps.is_changed = STM_TRUE; break; + case gStmLayoutNoMf: case gStmLayoutNoS1: - g_crr_state.layer.apps.state = gStmLayoutNoS2; - g_crr_state.layer.apps.is_changed = STM_TRUE; + // nop break; default: g_crr_state.layer.apps.state = gStmLayoutNoS1; -- cgit 1.2.3-korg