diff --git a/src/App/Pages/Vault/CipherDetailsPageViewModel.cs b/src/App/Pages/Vault/CipherDetailsPageViewModel.cs index f0005ecf2..23ece9ebe 100644 --- a/src/App/Pages/Vault/CipherDetailsPageViewModel.cs +++ b/src/App/Pages/Vault/CipherDetailsPageViewModel.cs @@ -405,12 +405,6 @@ namespace Bit.App.Pages AppResources.InternetConnectionRequiredTitle); return false; } - var confirmed = await _platformUtilsService.ShowDialogAsync(AppResources.DoYouReallyWantToRestoreCipher, - null, AppResources.Yes, AppResources.Cancel); - if (!confirmed) - { - return false; - } try { await _deviceActionService.ShowLoadingAsync(AppResources.Restoring);