mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-26 03:02:24 -05:00
ignore @confirm fields
This commit is contained in:
parent
8fa15e3ba6
commit
41d6b3ac5e
@ -89,7 +89,7 @@ namespace keepass2android
|
|||||||
|
|
||||||
String type = templateEntry.Strings.ReadSafe("_etm_type_" + fieldName);
|
String type = templateEntry.Strings.ReadSafe("_etm_type_" + fieldName);
|
||||||
|
|
||||||
if (type == "Divider")
|
if ((type == "Divider") || (type == "@confirm"))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
bool protectedField = type.StartsWith("Protected");
|
bool protectedField = type.StartsWith("Protected");
|
||||||
|
Loading…
Reference in New Issue
Block a user