Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

[Android] List doesn't respond when use keepScrollPosition property where weex version is 0.21.1 #2250

@sunshl

Description

@sunshl

Describe the bug

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions