kee-org / keevault2

Kee Vault 2 is a password manager for multiple devices. Password databases (Vaults) are encrypted using the KeePass storage format (KDBX) before being stored on the local device or sent to a remote server for synchronisation purposes.
https://play.google.com/store/apps/details?id=com.keevault.keevault
Other
24 stars 4 forks source link

Fix a bug where iOS autofill failed every other time #27

Closed luckyrat closed 1 year ago

luckyrat commented 1 year ago

Only worked when iOS first instantiated the AutoFill extension.

Because on the 2nd execution, 1 == 0

Based on the successful workaround code change, current theory is that this relates to over-eager Swift compiler optimisation of an array literal.