Fix the java.util.ConcurrentModificationException#15
Fix the java.util.ConcurrentModificationException#15coffeeplanter wants to merge 1 commit intosharewire:masterfrom
Conversation
|
Thank you, sorry for the delay. I will take a look asap. |
|
I cannot reproduce this issue in the sample project. It seems that in your code you are trying to remove items from the list you passed to ClusterManager.setItems(...). I'm thinking whether there should be a fix in the library or not. |
|
You can check my test project: https://github.com/coffeeplanter/MapTest |
|
I also encountered this problem. I don’t do anything specific with clusters, I give all the guidance to the clusters to the library. This pull request must solve this problem. |
|
I am pretty sure that ConcurrentModification exception is caused by passing a mutable list to setItems. |
Fix the following error when screen rotate while quad tree is building: