1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 17:13:50 +00: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;