This repository was archived by the owner on May 20, 2025. It is now read-only.
Commit bb997f0
Fix return value for get update metadata (#864)
* Fixed issue with error on parsing plist path
See #534 (comment) for details
* Changed return value to null for getUpdateMetadata instead of empty string
In accordance with docs and #8621 parent b8bd4a0 commit bb997f0
File tree
1 file changed
+3
-3
lines changed- android/app/src/main/java/com/microsoft/codepush/react
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments