You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a bug where iOS autofill failed every other time
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.