mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
secure note option handled
This commit is contained in:
parent
8f0fd0dfef
commit
5521892736
@ -183,6 +183,10 @@ namespace Bit.App.Utilities
|
||||
{
|
||||
selectedType = CipherType.Identity;
|
||||
}
|
||||
else if(type == AppResources.TypeSecureNote)
|
||||
{
|
||||
selectedType = CipherType.SecureNote;
|
||||
}
|
||||
else
|
||||
{
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user