From df412e75d19bebb727868a3befd562a0185d28dd Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Fri, 11 Jun 2021 15:20:21 +0200 Subject: [PATCH] More Autofill fixes (#1425) --- src/App/Pages/Vault/ViewPageViewModel.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App/Pages/Vault/ViewPageViewModel.cs b/src/App/Pages/Vault/ViewPageViewModel.cs index 5ad2cc980..02fa74eb7 100644 --- a/src/App/Pages/Vault/ViewPageViewModel.cs +++ b/src/App/Pages/Vault/ViewPageViewModel.cs @@ -514,6 +514,11 @@ namespace Bit.App.Pages canOpenFile = false; } + if (!await PromptPasswordAsync()) + { + return; + } + await _deviceActionService.ShowLoadingAsync(AppResources.Downloading); try {