Skip to content

Remove viewholder tagging on views once views are migrated to compose #2894

@ellykits

Description

@ellykits

To support the incremental migration of views from Android views to Compose, the code utilizes the RecyclerView's ViewHolder pattern to create both Android and Compose views. As a workaround to use the view holder in compose AndroidView composable, the generated views are tagged with the view holder reference to allow the recomposition of the composable to call the view holder's bind method. Once all the views are migrated to compose, this will no longer be necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions