Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(auth, android): use a safe copy of auth provider info to avoid crash
The auth provider data may apparently be modified while being iterated to send to listeners, resulting in a classic ConcurrentModificationException crash Using a shallow copy of the collection for iteration should be a functional equivalent, but without the unwanted "feature" of crashing Fixes #6798
- Loading branch information