mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Ensure that async functions invoked via dispatcher are awaited until completion, not just until scheduled, by using double await on InvokeAsync. This prevents premature continuation when the delegate itself is asynchronous. |
||
|---|---|---|
| .. | ||
| AvailableLanguages.cs | ||
| DispatcherHelper.cs | ||
| FontHelper.cs | ||
| Internationalization.cs | ||
| JsonObjectConverter.cs | ||
| Language.cs | ||
| Theme.cs | ||
| ThemeHelper.cs | ||