Skip to content

Commit a797337

Browse files
generatedunixname537391475639613meta-codesync[bot]
authored andcommitted
xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java (facebook#54311)
Summary: Pull Request resolved: facebook#54311 Reviewed By: javache Differential Revision: D85546696 fbshipit-source-id: aec0b077bca68c4a9abef98ee9db41f80edb09d9
1 parent 3f971d9 commit a797337

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,6 @@ private static class ViewState {
13441344
final boolean mIsRoot;
13451345
@Nullable ViewManager mViewManager = null;
13461346
@Nullable ReactStylesDiffMap mCurrentProps = null;
1347-
@Nullable ReadableMap mCurrentLocalData = null;
13481347
@Nullable StateWrapper mStateWrapper = null;
13491348
@Nullable EventEmitterWrapper mEventEmitter = null;
13501349

@@ -1374,8 +1373,6 @@ public String toString() {
13741373
+ mIsRoot
13751374
+ " - props: "
13761375
+ mCurrentProps
1377-
+ " - localData: "
1378-
+ mCurrentLocalData
13791376
+ " - viewManager: "
13801377
+ mViewManager
13811378
+ " - isLayoutOnly: "

0 commit comments

Comments
 (0)