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

ConcurrentModificationException when setRoot() #128

Closed
shchurov opened this issue Oct 3, 2016 · 2 comments
Closed

ConcurrentModificationException when setRoot() #128

shchurov opened this issue Oct 3, 2016 · 2 comments

Comments

@shchurov
Copy link
Contributor

shchurov commented Oct 3, 2016

I found this in Crashlytics report, is it a bug or I do something wrong?

Fatal Exception: java.util.ConcurrentModificationException
       at java.util.ArrayList$ArrayListIterator.next(ArrayList.java:573)
       at com.bluelinelabs.conductor.ControllerHostedRouter.removeHost(SourceFile:50)
       at com.bluelinelabs.conductor.Controller.removeViewReference(SourceFile:790)
       at com.bluelinelabs.conductor.Controller.destroy(SourceFile:879)
       at com.bluelinelabs.conductor.Controller.destroy(SourceFile:868)
       at com.bluelinelabs.conductor.Backstack.pop(SourceFile:55)
       at com.bluelinelabs.conductor.Backstack.popAll(SourceFile:74)
       at com.bluelinelabs.conductor.Router.setRoot(SourceFile:238)
       at com.wolt.android.presentation.ui.activities.OnboardingActivity.goToEnterSmsCode(SourceFile:428)
@EricKuck
Copy link
Member

EricKuck commented Oct 3, 2016

This was also reported in #127 and has been fixed in the latest snapshot build. A new proper build should be coming out today or tomorrow with the fix.

@shchurov
Copy link
Contributor Author

shchurov commented Oct 3, 2016

Oh sorry, my bad, when I found this last week that github-issue didn't exist.
Many thanks for the fix!

@shchurov shchurov closed this as completed Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants