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

Fix Issue When Removed Project is Still Shown if it Was The Last Project
monroegm-disable-blank-issue-2
AMZN-Phil 4 years ago committed by GitHub
commit 7fc0f14a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,6 +133,11 @@ namespace O3DE::ProjectManager
return true; return true;
} }
else
{
// If we are already on this screen still notify we are on this screen to refresh it
newScreen->NotifyCurrentScreen();
}
} }
return false; return false;

Loading…
Cancel
Save