Compare commits

...
1 Commits
Author SHA1 Message Date
Devmate Bot 32b5907271 xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java
Reviewed By: javache

Differential Revision: D85546696
2025-10-29 02:11:48 -07:00
@@ -1344,7 +1344,6 @@ public class SurfaceMountingManager {
final boolean mIsRoot;
@Nullable ViewManager mViewManager = null;
@Nullable ReactStylesDiffMap mCurrentProps = null;
@Nullable ReadableMap mCurrentLocalData = null;
@Nullable StateWrapper mStateWrapper = null;
@Nullable EventEmitterWrapper mEventEmitter = null;
@@ -1374,8 +1373,6 @@ public class SurfaceMountingManager {
+ mIsRoot
+ " - props: "
+ mCurrentProps
+ " - localData: "
+ mCurrentLocalData
+ " - viewManager: "
+ mViewManager
+ " - isLayoutOnly: "