[Android] ConcurrentModificationException in FabricUIManager #49783
Labels
Needs: Attention
Issues where the author has responded to feedback.
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Platform: Android
Android applications.
Type: New Architecture
Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
In this commit you have changed the flag
mMountNotificationScheduled
fromAtomicBoolean
toboolean
but the line changing its value to
true
was removedso now the flag is always
false
.This is probably the reason of the
ConcurrentModificationException
.Steps to reproduce
Couldn't provide minimum steps. It happens when animating the image to slide in. Reanimated version: 3.16.1
React Native Version
0.76.7
Affected Platforms
Runtime - Android
Areas
Fabric - The New Renderer
Output of
npx @react-native-community/cli info
Stacktrace or Logs
Reproducer
https://github.com
Screenshots and Videos
Copilot suggestion

The text was updated successfully, but these errors were encountered: