Commit 81ee556
Fix lint issues in SpringAnimation (#55364)
Summary:
Pull Request resolved: #55364
Fixed multiple lint issues in SpringAnimation.kt:
1. FieldsBelowInit: Moved isAtRest and isOvershooting computed properties
above the init block to follow Kotlin initialization order conventions.
2. MixedConditionalOperators: Added explicit parentheses to clarify operator
precedence in boolean expressions mixing && and ||.
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D91738503
fbshipit-source-id: 9968dc5c07f8a1023ef1f700f4dca26321a5692c1 parent f4f9e17 commit 81ee556
1 file changed
Lines changed: 19 additions & 19 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated
Lines changed: 19 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
43 | 61 | | |
44 | 62 | | |
45 | 63 | | |
| |||
98 | 116 | | |
99 | 117 | | |
100 | 118 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments