Commit 9bd72e7
Fix FieldsBelowInit in ReadableMapBuffer.kt (#55405)
Summary:
Pull Request resolved: #55405
Moved offsetForDynamicData property declaration above init block to ensure proper initialization order per Kotlin best practices.
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D91819522
fbshipit-source-id: 69261eab9d4977a790f7c90b823344e82e1d948f1 parent 0b20c26 commit 9bd72e7
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/common/mapbuffer
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments