We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e30ceb commit 9c477c1Copy full SHA for 9c477c1
1 file changed
packages/react-native/ReactCommon/react/renderer/uimanager/UIManager.cpp
@@ -362,7 +362,6 @@ ShadowTree::Unique UIManager::stopSurface(SurfaceId surfaceId) const {
362
// Stop any ongoing animations.
363
stopSurfaceForAnimationDelegate(surfaceId);
364
365
-
366
// Waiting for all concurrent commits to be finished and unregistering the
367
// `ShadowTree`.
368
auto shadowTree = getShadowTreeRegistry().remove(surfaceId);
0 commit comments