Commit d98e542
Fix FieldsBelowInit lint warning in ReactInstanceManagerBuilder.kt (#55403)
Summary:
Pull Request resolved: #55403
Moved TAG field above the companion object's init block to fix lint warning about fields declared below init blocks.
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D91814236
fbshipit-source-id: 0a8793781ead714d7d63b0df1fb9d0f08824f9e11 parent 6c5e3e8 commit d98e542
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManagerBuilder.kt
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| 390 | + | |
| 391 | + | |
390 | 392 | | |
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
394 | 396 | | |
395 | 397 | | |
396 | | - | |
397 | | - | |
398 | 398 | | |
399 | 399 | | |
0 commit comments