Fixed bug that 2nd app control is not working 80/46780/2
authorJung Ick Guack <ji.guack@samsung.com>
Wed, 26 Aug 2015 06:01:02 +0000 (15:01 +0900)
committerJung Ick Guack <ji.guack@samsung.com>
Wed, 26 Aug 2015 06:10:16 +0000 (15:10 +0900)
commitbd4dc74ee8d4d0b188e2efe703d2559665326211
treed2c4729ad71297c186c0b06a2714d10f0ef08258
parent8732ea5b4404639b8c0291df010fbc9cc9153ea3
Fixed bug that 2nd app control is not working

[Issue#]    HQ Synergy TF team reported the issue
[Problem]   Only 1st app control is working.
            After 2nd app control is not working.
[Cause]     There is wrong scope for first initializing code when start SimpleUI::exec
[Sollution] Move opening new tab to out of first initializing scope.
[Verify]    App control should open the tab even after 2nd command.
            HQ Synergy TF team verified thie fix.

Change-Id: Ic59d7e977c07a90de6aea455224d4bb44db7c922
Signed-off-by: Jung Ick Guack <ji.guack@samsung.com>
services/SimpleUI/SimpleUI.cpp