Commit f4f9e17
Fix FieldsBelowInit: Reorder properties in PropsAnimatedNode (#55363)
Summary:
Pull Request resolved: #55363
Fixed FieldsBelowInit lint error in PropsAnimatedNode.kt.
Moved `connectedView` computed property above the init block to follow
Kotlin initialization order conventions.
changelog: [internal] internal
Reviewed By: cortinico
Differential Revision: D91738282
fbshipit-source-id: 723a7f04b74c41144c9092fc6ef7cafe07adc5501 parent 707fd69 commit f4f9e17
1 file changed
Lines changed: 5 additions & 5 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments