mirror of
https://github.com/bitwarden/mobile
synced 2026-01-19 00:43:18 +00:00
Bumped csvhelper to 15.0.1 and added missing error dialog in export failure flow (#771)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user