fix cultivate project selection on other page

This commit is contained in:
DismissedLight
2023-09-10 18:23:59 +08:00
committed by Lightczx
parent 7af57118bc
commit 87f7e22022

View File

@@ -167,6 +167,11 @@ internal sealed partial class CultivationService : ICultivationService
await taskContext.SwitchToBackgroundAsync();
if (Current is null)
{
_ = ProjectCollection;
}
if (Current is null)
{
return false;