ignore @confirm fields
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user