mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
pop page on delete success
This commit is contained in:
@@ -251,7 +251,7 @@ namespace Bit.App.Pages
|
||||
public async Task<bool> DeleteAsync()
|
||||
{
|
||||
var confirmed = await _platformUtilsService.ShowDialogAsync(AppResources.DoYouReallyWantToDelete,
|
||||
null, AppResources.Yes, AppResources.No);
|
||||
null, AppResources.Yes, AppResources.Cancel);
|
||||
if(!confirmed)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user