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

Crash report "java.util.ConcurrentModificationException" #692

Closed
K1rakishou opened this issue Feb 22, 2020 · 1 comment
Closed

Crash report "java.util.ConcurrentModificationException" #692

K1rakishou opened this issue Feb 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working report/crash report Report made via the in-app reporter (auto or manual)

Comments

@K1rakishou
Copy link

Crash report
UUID: 8743f6084a3f87fe310ee647987441cd
Build flavor: stable
Version name: v4.11.1
OS info: Android 9, sdk version: 28
Report description: No title
Logs:

java.util.ConcurrentModificationException
	at java.util.ArrayList$Itr.next(ArrayList.java:860)
	at com.github.adamantcheese.chan.ui.controller.FiltersController.setFilters(FiltersController.java:190)
	at com.github.adamantcheese.chan.ui.controller.FiltersController.lambda$onClick$2$FiltersController(FiltersController.java:180)
	at com.github.adamantcheese.chan.ui.controller.-$$Lambda$FiltersController$RSxdpkDY6V4Wu2UoWFO7x4jder4.run(Unknown Source:4)
	at android.os.Handler.handleCallback(Handler.java:873)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:201)
	at android.app.ActivityThread.main(ActivityThread.java:6810)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
@K1rakishou K1rakishou added bug Something isn't working report/crash report Report made via the in-app reporter (auto or manual) labels Feb 22, 2020
@K1rakishou
Copy link
Author

Probably enabledFilters needs synchronization or we should just return a copy of the list.

@Adamantcheese Adamantcheese self-assigned this Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working report/crash report Report made via the in-app reporter (auto or manual)
Projects
None yet
Development

No branches or pull requests

2 participants