mirror of
https://github.com/bitwarden/mobile
synced 2026-01-10 12:33:28 +00:00
remove confirmation alert for restore item click in trash
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user