mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
pop page on delete success
This commit is contained in:
@@ -145,7 +145,10 @@ namespace Bit.App.Pages
|
||||
{
|
||||
if(DoOnce())
|
||||
{
|
||||
await _vm.DeleteAsync();
|
||||
if(await _vm.DeleteAsync())
|
||||
{
|
||||
await Navigation.PopModalAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user