Merge pull request #4981 from aws-lumberyard-dev/Prism/gemdownloadcallfix

Re-add call used to initiate gem download
This commit is contained in:
AMZN-Phil
2021-10-26 08:31:03 -07:00
committed by GitHub
@@ -166,6 +166,10 @@ namespace O3DE::ProjectManager
{
notification += " " + tr("and") + " ";
}
if (added && GemModel::GetDownloadStatus(modelIndex) == GemInfo::DownloadStatus::NotDownloaded)
{
m_downloadController->AddGemDownload(GemModel::GetName(modelIndex));
}
}
if (numChangedDependencies == 1 )