projects
/
platform
/
core
/
appfw
/
app-installers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66d452
)
Call api update after installation is finished
26/300626/1
author
ilho kim
<ilho159.kim@samsung.com>
Mon, 30 Oct 2023 07:18:51 +0000
(16:18 +0900)
committer
ilho kim
<ilho159.kim@samsung.com>
Mon, 30 Oct 2023 07:24:44 +0000
(16:24 +0900)
Related:
[pkgmgr-info] https://review.tizen.org/gerrit/#/c/platform/core/appfw/pkgmgr-info/+/300559/
Change-Id: I0ffa194936f25473a124afaf332b50a690daef8c
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
src/common/installer/app_installer.cc
patch
|
blob
|
history
diff --git
a/src/common/installer/app_installer.cc
b/src/common/installer/app_installer.cc
index 56ef9e419843631c6388a1a566f7d2f7cc77cb0b..94a12990e83b23173925028a037e405bdd8f0c04 100644
(file)
--- a/
src/common/installer/app_installer.cc
+++ b/
src/common/installer/app_installer.cc
@@
-876,7
+876,7
@@
void AppInstaller::SendProgress(int progress) {
}
void AppInstaller::SendFinished(Step::Status process_status) {
- pkgmgr_parser_
clear_cache_memory_db(
);
+ pkgmgr_parser_
update_pending_cache(context_->pkgid.get().c_str()
);
if (!SendStartIfNotSent(false))
return;