Commit 306b6cb
Consistently name argument, unbreak Android OSS build
Summary:
57eb56f broke Android OSS due to a variable rename that I missed in a rebase.
Eg:
https://github.com/facebook/react-native/actions/runs/26894263379/job/79328683517
```
e: warnings found and -Werror specified
w: file:///__w/react-native/react-native/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/devsupport/MultipartStreamReaderTest.kt:203:15 The corresponding parameter in the supertype 'CallCountTrackingChunkCallback' is named 'isLastChunk'. This may cause problems when calling this function with named arguments.
> Task :packages:react-native:ReactAndroid:compileDebugOptimizedUnitTestKotlin
> Task :packages:react-native:ReactAndroid:compileDebugOptimizedUnitTestKotlin FAILED
> Task :react-native_popup-menu-android:extractReleaseAnnotations
e: warnings found and -Werror specified
```
Changelog: Internal
Differential Revision: D1073972211 parent b766986 commit 306b6cb
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/react-native/ReactAndroid/src/test/java/com/facebook/react/devsupport
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments