mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Check disposed for result view update ending
This commit is contained in:
parent
b519313c25
commit
8269304f4e
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@ namespace Flow.Launcher.ViewModel
|
|||
queue.Clear();
|
||||
}
|
||||
|
||||
Log.Error("MainViewModel", "Unexpected ResultViewUpdate ends");
|
||||
if (!_disposed)
|
||||
Log.Error("MainViewModel", "Unexpected ResultViewUpdate ends");
|
||||
}
|
||||
|
||||
void continueAction(Task t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue