[Issue#] N_SE-23395
[Problem] icon of application is removed during RDS update.
[Cause] couldn't send progress signal to package manager.
[Solution] Fixed to send progress signal logic
[SCMRequest] N/A
Change-Id: I70cdafcdb1aafd6004ceacd2d993a2201ae41680
m_installerContext.m_quiet = m_jobStruct.m_quiet;
ConfigureResult result = PrePareInstallation(widgetPath);
+ m_installerContext.job->SetProgressFlag(true);
if (result == ConfigureResult::Ok) {
LogInfo("Configure installation succeeded");
ThrowMsg(Exceptions::InternalError, "Fail to create file for recovery.");
}
- m_context.job->SetProgressFlag(true);
m_context.job->UpdateProgress(
InstallerContext::INSTALL_CHECK_FILE,
"Create information file for recovery");