GitHub user sospartan opened a pull request:

    https://github.com/apache/incubator-weex/pull/40

    * [android] fix ConcurrentModificationException in list sticky map

    ```
    java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(HashMap.java:806)
    at java.util.HashMap$EntryIterator.next(HashMap.java:843)
    at java.util.HashMap$EntryIterator.next(HashMap.java:841)
    at 
com.taobao.weex.ui.component.list.BasicListComponent.(BasicListComponent.java:618)
    at 
com.taobao.weex.ui.view.listview.adapter.WXRecyclerViewOnScrollListener.(WXRecyclerViewOnScrollListener.java:270)
    at android.support.v7.widget.RecyclerView.(RecyclerView.java:3954)
    at android.support.v7.widget.RecyclerView.(RecyclerView.java:3115)
    at android.support.v7.widget.RecyclerView.(RecyclerView.java:2917)
    ```
    
    @YorkShen 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sospartan/incubator-weex 
0.11-dev-fix-list-concurrent

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/40.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #40
    
----
commit 4418c330c1181bb6d0a8de9f9ee8b07e2a335646
Author: sospartan <[email protected]>
Date:   2017-03-06T10:10:34Z

    * [android] fix ConcurrentModificationException in list sticky map

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to