Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.util.ConcurrentModificationException #23370

Closed
john1jan opened this issue Feb 11, 2019 · 1 comment
Closed

java.util.ConcurrentModificationException #23370

john1jan opened this issue Feb 11, 2019 · 1 comment
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@john1jan
Copy link

This is issue #20272 is already reported, creating another one
Getting this crash in Oneplus 2 Android 6.0

  at android.support.v4.util.SimpleArrayMap.put (SimpleArrayMap.java:461)
  at android.support.v7.widget.AppCompatDrawableManager.addDelegate (AppCompatDrawableManager.java:493)
  at android.support.v7.widget.AppCompatDrawableManager.installDefaultInflateDelegates (AppCompatDrawableManager.java:96)
  at android.support.v7.widget.AppCompatDrawableManager.get (AppCompatDrawableManager.java:86)
  at android.support.v7.content.res.AppCompatResources.getDrawable (AppCompatResources.java:100)
  at android.support.v7.widget.TintTypedArray.getDrawable (TintTypedArray.java:75)
  at android.support.v7.widget.SwitchCompat.<init> (SwitchCompat.java:223)
  at android.support.v7.widget.SwitchCompat.<init> (SwitchCompat.java:200)
  at android.support.v7.widget.SwitchCompat.<init> (SwitchCompat.java:189)
  at com.facebook.react.views.switchview.ReactSwitch.<init> (ReactSwitch.java:23)
  at com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode.measure (ReactSwitchManager.java:74)
  at com.facebook.yoga.YogaNode.measure (YogaNode.java:654)
  at com.facebook.yoga.YogaNode.jni_YGNodeCalculateLayout (Native Method)
  at com.facebook.yoga.YogaNode.calculateLayout (YogaNode.java:198)
  at com.facebook.react.uimanager.ReactShadowNodeImpl.calculateLayout (ReactShadowNodeImpl.java:512)
  at com.facebook.react.uimanager.UIImplementation.calculateRootLayout (UIImplementation.java:942)
  at com.facebook.react.uimanager.UIImplementation.updateViewHierarchy (UIImplementation.java:694)
  at com.facebook.react.uimanager.UIImplementation.dispatchViewUpdates (UIImplementation.java:654)
  at com.facebook.react.uimanager.UIManagerModule.onBatchComplete (UIManagerModule.java:665)
  at com.facebook.react.bridge.NativeModuleRegistry.onBatchComplete (NativeModuleRegistry.java:134)
  at com.facebook.react.bridge.CatalystInstanceImpl$BridgeCallback.onBatchComplete (CatalystInstanceImpl.java:145)
  at com.facebook.react.bridge.queue.NativeRunnable.run (Native Method)
  at android.os.Handler.handleCallback (Handler.java:739)
  at android.os.Handler.dispatchMessage (Handler.java:95)
  at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage (MessageQueueThreadHandler.java:29)
  at android.os.Looper.loop (Looper.java:152)
  at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run (MessageQueueThreadImpl.java:192)
  at java.lang.Thread.run (Thread.java:818)
@react-native-bot
Copy link
Collaborator

Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety?

👉 Click here if you want to take another look at the Bug Report issue template.

@react-native-bot react-native-bot added Ran Commands One of our bots successfully processed a command. Resolution: Needs More Information labels Feb 11, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Feb 11, 2020
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Feb 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants