mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
CipherListOptions on autofill page
This commit is contained in:
parent
6838b32304
commit
48c51173a1
1 changed files with 2 additions and 8 deletions
|
@ -150,16 +150,10 @@ namespace Bit.App.Pages
|
||||||
|
|
||||||
private async void CipherOptionsAsync(CipherView cipher)
|
private async void CipherOptionsAsync(CipherView cipher)
|
||||||
{
|
{
|
||||||
if(!(Page as BaseContentPage).DoOnce())
|
if((Page as BaseContentPage).DoOnce())
|
||||||
{
|
{
|
||||||
return;
|
await AppHelpers.CipherListOptions(Page, cipher);
|
||||||
}
|
}
|
||||||
var option = await Page.DisplayActionSheet(cipher.Name, AppResources.Cancel, null, "1", "2");
|
|
||||||
if(option == AppResources.Cancel)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
// TODO: process options
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue