1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-30 04:17:55 +02:00

secure note option handled

This commit is contained in:
Kyle Spearrin 2018-01-10 08:47:20 -05:00
parent 8f0fd0dfef
commit 5521892736

View File

@ -183,6 +183,10 @@ namespace Bit.App.Utilities
{
selectedType = CipherType.Identity;
}
else if(type == AppResources.TypeSecureNote)
{
selectedType = CipherType.SecureNote;
}
else
{
return;