fix cultivate project selection on other page

This commit is contained in:
DismissedLight
2023-09-10 18:23:59 +08:00
parent 396da901a1
commit 91d90cb3fa

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;