Merge pull request #5006 from aws-lumberyard-dev/Prism/FixRemovedProjectStillShown

Fix Issue When Removed Project is Still Shown if it Was The Last Project
This commit is contained in:
AMZN-Phil
2021-10-27 09:28:06 -07:00
committed by GitHub
@@ -133,6 +133,11 @@ namespace O3DE::ProjectManager
return true;
}
else
{
// If we are already on this screen still notify we are on this screen to refresh it
newScreen->NotifyCurrentScreen();
}
}
return false;