Fix bug that is occurred by changing user 87/47987/1 accepted/tizen/mobile/20150911.091625 submit/tizen_mobile/20150910.140855
authorgs86.lee <gs86.lee@samsung.com>
Thu, 10 Sep 2015 13:46:08 +0000 (22:46 +0900)
committergs86.lee <gs86.lee@samsung.com>
Thu, 10 Sep 2015 13:46:08 +0000 (22:46 +0900)
Change-Id: I8ffc31cbd677d90804c2842e187f64c41cc60fc6

src/mobile/starter.c

index 960df8e..4d7b28c 100644 (file)
@@ -53,6 +53,9 @@
 
 static void _hide_home(void)
 {
+       int seq = status_active_get()->starter_sequence;
+       ret_if(seq == 1);
+
        vconf_set_int(VCONFKEY_STARTER_SEQUENCE, 0);
 }