Skip to content

After UIHostingViewBase is added, View will not update for state change #401

@Kyle-Ye

Description

@Kyle-Ye

Normal path:
state change -> ... -> UIHostingView.layoutSubview

But it will not after #399 .

UIHostingView.layoutSubview is requested by requestUpdate -> setNeedsLayout.

With the new version, due to updatesAtFullFidelity is wrongly evaluated as false due to sceneActivationState is nil, the update is broken with a simple return.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions