Skip to content

Reduce visibility of methods in FabricUIManager#48824

Closed
mdvacca wants to merge 2 commits into
facebook:mainfrom
mdvacca:export-D68459708
Closed

Reduce visibility of methods in FabricUIManager#48824
mdvacca wants to merge 2 commits into
facebook:mainfrom
mdvacca:export-D68459708

Conversation

@mdvacca
Copy link
Copy Markdown
Contributor

@mdvacca mdvacca commented Jan 21, 2025

Summary:
Reduce visibility of methods in FabricUIManager and fix lint warnings

changelog: [internal] internal

Reviewed By: philIip

Differential Revision: D68459708

Summary:
This diff is fixing the execution of Events that are sent early in the rendering of surfaces.

This diff fixes a bug in the queueing of events that are built with not surfaceId (-1), the fixes is to call getSurfaceManagerForView() to retrieve the proper surfaceId (as we do in the execution of events)

calling getSurfaceManagerForView() has a perf hit, we believe this won't be a problem because this method will only be called in edge cases (no surfaceId and early execution of events)


changelog: [Android][Fixed] Fix execution of early InteropEvents

Differential Revision: D68454811
Summary:
Reduce visibility of methods in FabricUIManager and fix lint warnings

changelog: [internal] internal

Reviewed By: philIip

Differential Revision: D68459708
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Jan 21, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D68459708

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 2a9a13d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants