mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Neutralize warning
This commit is contained in:
parent
b18f5f4c02
commit
33615d1d46
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ namespace Flow.Launcher.ViewModel
|
||||||
|
|
||||||
RegisterViewUpdate();
|
RegisterViewUpdate();
|
||||||
RegisterResultsUpdatedEvent();
|
RegisterResultsUpdatedEvent();
|
||||||
RegisterClockAndDateUpdateAsync();
|
_ = RegisterClockAndDateUpdateAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RegisterViewUpdate()
|
private void RegisterViewUpdate()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue