From 9c77c533667560b8a4e64b28205cab1f3d9124d3 Mon Sep 17 00:00:00 2001 From: Matt Portune <59324545+mportune-bw@users.noreply.github.com> Date: Fri, 13 Mar 2020 11:02:49 -0400 Subject: [PATCH] Bumped csvhelper to 15.0.1 and added missing error dialog in export failure flow (#771) --- src/App/Pages/Settings/ExportVaultPageViewModel.cs | 1 + src/Core/Core.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/Pages/Settings/ExportVaultPageViewModel.cs b/src/App/Pages/Settings/ExportVaultPageViewModel.cs index 4f3fb03f4..c7db767c5 100644 --- a/src/App/Pages/Settings/ExportVaultPageViewModel.cs +++ b/src/App/Pages/Settings/ExportVaultPageViewModel.cs @@ -111,6 +111,7 @@ namespace Bit.App.Pages catch(Exception ex) { ClearResult(); + await _platformUtilsService.ShowDialogAsync(_i18nService.T("ExportVaultFailure")); System.Diagnostics.Debug.WriteLine(">>> {0}: {1}", ex.GetType(), ex.StackTrace); } } diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index d64264e2b..7b8caf8c8 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -23,7 +23,7 @@ - +