Skip to content

Commit fd0d10e

Browse files
committed
Add @Override annotation
1 parent e60fd91 commit fd0d10e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/ReanimatedNativeHierarchyManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ private boolean isLayoutAnimationDisabled() {
281281
return !initOk || !mReaLayoutAnimator.isLayoutAnimationEnabled();
282282
}
283283

284+
@Override
284285
public synchronized void updateLayout(
285286
int parentTag, int tag, int x, int y, int width, int height, YogaDirection yogaDirection) {
286287
super.updateLayout(parentTag, tag, x, y, width, height, yogaDirection);

0 commit comments

Comments
 (0)