-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make surface presenter manage start of surface (#24372)
Summary: 1. Start surface when first run, before, when we first load js bundle, `_startAllSurfaces` would not be called because `bridge == _batchedBridge`. 2. I think this fixes #23910, so I add the `return` in swizzle method to check. cc shergin. ## Changelog [iOS] [Fixed] - Make surface presenter manage start of surface Pull Request resolved: #24372 Test Plan: N/A. Differential Revision: D17337865 Pulled By: shergin fbshipit-source-id: 2a1e413c006cae74ef6ca4c2b6b5ee8a46434b7f
- Loading branch information
1 parent
791d097
commit 607e258
Showing
3 changed files
with
2 additions
and
13 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