mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
62d340910a
Summary: There is a small gap in the SynchronizedWeakHashSet implementation - the containsKey method of the WeakHashMap is modifying hence calling it during the iteration might cause ConcurrentModificationException. Added a command DO_IF_CONTAINS to safely handle this case. [Android] [Bugfix] - Should fix a ConcurrentModificationException in onResume. Pull Request resolved: https://github.com/facebook/react-native/pull/24015 Reviewed By: mdvacca Differential Revision: D14507342 Pulled By: fkgozali fbshipit-source-id: 2998bffb06e2cbacd8df1780964355842b1cc4a0