mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +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;
|
selectedType = CipherType.Identity;
|
||||||
}
|
}
|
||||||
|
else if(type == AppResources.TypeSecureNote)
|
||||||
|
{
|
||||||
|
selectedType = CipherType.SecureNote;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue