mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
more do once checks
This commit is contained in:
@@ -106,6 +106,10 @@ namespace Bit.App.Pages
|
||||
|
||||
private async void CipherOptionsAsync(CipherView cipher)
|
||||
{
|
||||
if(!(Page as BaseContentPage).DoOnce())
|
||||
{
|
||||
return;
|
||||
}
|
||||
var option = await Page.DisplayActionSheet(cipher.Name, AppResources.Cancel, null, "1", "2");
|
||||
if(option == AppResources.Cancel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user