mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change the way checking successfuly
This commit is contained in:
parent
7967844cf3
commit
fc015245b3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace Flow.Launcher.ViewModel
|
|||
return defaultValue;
|
||||
}
|
||||
|
||||
if (!base.Value.IsCompleted || base.Value.IsFaulted)
|
||||
if (!base.Value.IsCompletedSuccessfully)
|
||||
return defaultValue;
|
||||
|
||||
return base.Value.Result;
|
||||
|
|
|
|||
Loading…
Reference in a new issue