Cleaning up warning

This commit is contained in:
2023-09-05 21:22:30 +02:00
parent ecfd0d1b93
commit e6fd8d4ab5
34 changed files with 119 additions and 183 deletions

View File

@@ -298,7 +298,9 @@ public sealed partial class LocalContentProvider : ContentProviderBase, ILocalCo
var lockObj = new object();
var loadingIndicatorCancellation = new CancellationTokenSource();
#pragma warning disable CS4014
Task.Run(async () => await DelayedLoadingIndicator());
#pragma warning restore CS4014
await LoadChildrenInternal();
lock (lockObj)