Compare commits

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

Differential Revision: D81906259
2025-09-08 03:23:56 -07:00
@@ -1341,7 +1341,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;
@@ -1371,8 +1370,6 @@ public class SurfaceMountingManager {
+ mIsRoot
+ " - props: "
+ mCurrentProps
+ " - localData: "
+ mCurrentLocalData
+ " - viewManager: "
+ mViewManager
+ " - isLayoutOnly: "