diff --git a/EpiSource.KeePass.Ekf/UI/SmartcardOperationDialog.cs b/EpiSource.KeePass.Ekf/UI/SmartcardOperationDialog.cs index f6fd559..455582c 100644 --- a/EpiSource.KeePass.Ekf/UI/SmartcardOperationDialog.cs +++ b/EpiSource.KeePass.Ekf/UI/SmartcardOperationDialog.cs @@ -213,9 +213,12 @@ private static async Task> DoCryptoImpl scOperationDialog.Show(activeForm), cts.Token, TaskContinuationOptions.RunContinuationsAsynchronously, TaskScheduler.FromCurrentSynchronizationContext()); +#pragma warning restore CS4014 } else { scOperationDialog.Show(activeForm); }