From: Lukasz Pik Date: Mon, 1 Oct 2018 14:14:03 +0000 (+0200) Subject: Fix update of application list after uninstallation and installation X-Git-Tag: submit/tizen/20190409.085310~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21dcd4359864fe3e12f4c3bb7daa768bf6767104;p=profile%2Fmobile%2Fapps%2Fnative%2Fsettings.git Fix update of application list after uninstallation and installation Change-Id: Id4a57533aebc449afab6c53b2292d900bbbe381e Signed-off-by: Lukasz Pik --- diff --git a/setting-appmgr/src/setting-appmgr-main.c b/setting-appmgr/src/setting-appmgr-main.c index 7b868f1e..5490170d 100644 --- a/setting-appmgr/src/setting-appmgr-main.c +++ b/setting-appmgr/src/setting-appmgr-main.c @@ -776,6 +776,7 @@ static int appmgr_main_update(void *data) retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER); ad->needs_to_update_on_lists_contents = true; + ad->is_size_set = false; return SETTING_RETURN_SUCCESS; }