mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve disposable interface for mainvm
This commit is contained in:
parent
48792b6a3b
commit
adbef0d994
1 changed files with 2 additions and 0 deletions
|
|
@ -1554,6 +1554,8 @@ namespace Flow.Launcher.ViewModel
|
|||
if (disposing)
|
||||
{
|
||||
_updateSource?.Dispose();
|
||||
_resultsUpdateChannelWriter?.Complete();
|
||||
_resultsViewUpdateTask?.Dispose();
|
||||
_disposed = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue