projects
/
profile
/
mobile
/
apps
/
native
/
settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062bc81
)
Fix update of application list after uninstallation and installation
14/190414/1
author
Lukasz Pik
<lu.pik@samsung.com>
Mon, 1 Oct 2018 14:14:03 +0000
(16:14 +0200)
committer
Lukasz Pik
<lu.pik@samsung.com>
Mon, 1 Oct 2018 14:16:53 +0000
(16:16 +0200)
Change-Id: Id4a57533aebc449afab6c53b2292d900bbbe381e
Signed-off-by: Lukasz Pik <lu.pik@samsung.com>
setting-appmgr/src/setting-appmgr-main.c
patch
|
blob
|
history
diff --git
a/setting-appmgr/src/setting-appmgr-main.c
b/setting-appmgr/src/setting-appmgr-main.c
index 469aba80fd4de8a0505d5e421e42b28079c98cf7..dd3ebd51eedf85415b56927921e4636bacb9e98c 100755
(executable)
--- 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;
}