Commit fd24a1b
Fix ReflectionMethodUse: Remove reflection in AnimationDriver error message (facebook#55359)
Summary:
Fixed ReflectionMethodUse lint error in AnimationDriver.kt.
Replaced `javaClass.simpleName` with a hardcoded string to avoid reflection
which can cause issues with Redex obfuscation in production builds.
changelog: [internal] internal
Differential Revision: D917366981 parent eb11632 commit fd24a1b
File tree
1 file changed
+1
-3
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
0 commit comments