mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
secure note option handled
This commit is contained in:
parent
8f0fd0dfef
commit
5521892736
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@ namespace Bit.App.Utilities
|
|||
{
|
||||
selectedType = CipherType.Identity;
|
||||
}
|
||||
else if(type == AppResources.TypeSecureNote)
|
||||
{
|
||||
selectedType = CipherType.SecureNote;
|
||||
}
|
||||
else
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue