Check disposed for result view update ending

This commit is contained in:
Jack251970 2025-03-28 14:45:52 +08:00
parent b519313c25
commit 8269304f4e

View file

@ -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)