forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove startEmptySurface from SurfaceManager (facebook#48479)
Summary: Pull Request resolved: facebook#48479 [Changelog] [Internal] - Remove startEmptySurface from SurfaceManager Most of the logic deleted here does not seem to be needed as the core functionality is in: https://github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/react/renderer/scheduler/SurfaceHandler.cpp#L88-L96 And this code path can be reached both via - `startSurface` (by passing in an empty `moduleModule` OR - `startEmptySurface` Reviewed By: shwanton, rubennorte Differential Revision: D67805569 fbshipit-source-id: e3d06dcaa637996498a6cb52b5c1b98f740326ce
- Loading branch information
1 parent
0154372
commit c4edfe7
Showing
4 changed files
with
0 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters