Skip to content

Commit 4ddb804

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
fbandroid/libraries/rendercore/rendercore-transitions/src/main/java/com/facebook/litho/animation/PropertyHandle.java
Reviewed By: jocelynluizzi13 Differential Revision: D60279788 fbshipit-source-id: 17424b5713ac5cfb941336cfd64ff0463f9f170d
1 parent a670600 commit 4ddb804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

litho-rendercore-transitions/src/main/java/com/facebook/litho/animation/PropertyHandle.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package com.facebook.litho.animation;
1818

1919
import com.facebook.litho.TransitionId;
20+
import javax.annotation.Nullable;
2021

2122
/**
2223
* A pair of transition key and {@link AnimatedProperty} which can be used to identify a single
@@ -41,7 +42,7 @@ public AnimatedProperty getProperty() {
4142
}
4243

4344
@Override
44-
public boolean equals(Object o) {
45+
public boolean equals(@Nullable Object o) {
4546
if (this == o) {
4647
return true;
4748
}

0 commit comments

Comments
 (0)