-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[local_auth]Fix lock out alert message iOS #2760
[local_auth]Fix lock out alert message iOS #2760
Conversation
Can anyone approve this PR? It is super necessary since the error is 100% replicable |
Format is failing. I can't seem to install the formatting tools. Someone pick it up and format it? |
Same for me, can't install the formatting tools. |
i have sam as issue, |
Please put some urgency into this PR, its reproducible |
I have same issue. |
Any updates on this? The app still crashes after the 5th attempt. I'm trying to use this on iOS 14.2. |
When will this PR be merged!??? Touch ID on iOS is definitely crashing. |
Any updates on this? |
Thanks for the submission! We apologize for the long delay in triaging this PR. We’re in the process of overhauling our PR triage system to respond much more quickly, as well as working through the backlog. The underlying issue here is that @severance88 Are you still interested in working on this? If so, you can adjust it as described above. If not, I can take over this PR to make the necessary changes (and look into adding a test). |
The fix ended up being more involved as other methods were impacted, and there was additional refactoring for testability, so I ended up making a new PR. Closing in favor of #3778. Thanks again for the initial pass at a fix! |
Description
Fixed an issue with an alertMessage crashing the application after failing to authenticate with fingerprint 5 times (3 + 2) on iOS
Related Issues
Fixes:
flutter/flutter#57129
flutter/flutter#48140
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?