We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba4ac51 + 6ead941 commit 47a8e86Copy full SHA for 47a8e86
1 file changed
core/java/android/util/IntProperty.java
@@ -42,7 +42,7 @@ public IntProperty(String name) {
42
43
@Override
44
final public void set(T object, Integer value) {
45
- set(object, value.intValue());
+ setValue(object, value.intValue());
46
}
47
48
0 commit comments