Skip to content

[Android] ComposableAssets should fully hydrate before being displayed #723

@sugarmanz

Description

@sugarmanz

Is your feature request related to a problem? Please describe.

The implementation of ComposableAsset doesn't account for actual composition during hydration lifecycle. This sometimes results in visual jitter when rendering because the top-level composition is displayed when processing the rest of the view.

Describe the solution you'd like

To follow suit with non-compose assets, we should ensure everything is ready to be displayed before actually showing the view.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions