Skip to content

ListView calls refresh twice when its bound items are changed #946

Open
@madakk

Description

@madakk

Once by the property's valueChanged handler as the property gets applied:

https://github.com/NativeScript/NativeScript/blob/172152a897ef7a9b5985bb3e1ef83c9e3ac010ae/tns-core-modules/ui/list-view/list-view-common.ts#L154

And once more by the component's ngDoCheck handler:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions