You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2021. It is now read-only.
When we use set keepScrollPosition property of the list, if the property changed twice in very short time, the list may be get frozen and can't be freed. When it happend, users can't operate the list until quit this page.
The reason is that the list may get frozen in wrong condition. See line 734-741 of android/sdk/src/main/java/com/taobao/weex/ui/component/list/BasicListComponent.java.