Fix N_SE-11079(When clicking '<-' of 'Keyboard settings', user shouldn't see the...
[apps/core/preloaded/settings.git] / setting-about / src / setting-about.c
index 5e060d0..b2daa92 100755 (executable)
@@ -126,6 +126,9 @@ static void setting_about_ug_on_start(ui_gadget_h ug, service_h service,
 static void setting_about_ug_on_pause(ui_gadget_h ug, service_h service,
                                      void *priv)
 {
+       SETTING_TRACE_BEGIN;
+       SettingAboutUG *SettingAboutUG = priv;
+       SettingAboutUG->pause_flag = TRUE;
 }
 
 static void setting_about_ug_on_resume(ui_gadget_h ug, service_h service,
@@ -134,6 +137,7 @@ static void setting_about_ug_on_resume(ui_gadget_h ug, service_h service,
        SETTING_TRACE_BEGIN;
        setting_retm_if((!priv), "!priv");
        SettingAboutUG *aboutUG = priv;
+       aboutUG->pause_flag = FALSE;
 
        char str[MAX_DISPLAY_STR_LEN_ON_PHONE_INFO] = { 0, };