mirror of
https://github.com/bitwarden/android.git
synced 2025-03-14 02:08:48 +03:00
More Autofill fixes (#1425)
This commit is contained in:
parent
2b8dbde923
commit
df412e75d1
1 changed files with 5 additions and 0 deletions
|
@ -514,6 +514,11 @@ namespace Bit.App.Pages
|
|||
canOpenFile = false;
|
||||
}
|
||||
|
||||
if (!await PromptPasswordAsync())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
await _deviceActionService.ShowLoadingAsync(AppResources.Downloading);
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue