mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
SonarQube async method return type set to Task
This commit is contained in:
@@ -215,7 +215,7 @@ namespace ModernKeePass.ViewModels
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
MessageDialogHelper.ShowErrorDialog(e);
|
||||
MessageDialogHelper.ShowErrorDialog(e).Wait();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -229,7 +229,7 @@ namespace ModernKeePass.ViewModels
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
MessageDialogHelper.ShowErrorDialog(e);
|
||||
MessageDialogHelper.ShowErrorDialog(e).Wait();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user