Commit c7166b1
fix(android): correct long term access directory picker response (#823)
* fix(android): unify bookmark status key across platforms
- Updated the key from "status" to "bookmarkStatus" in Android to ensure consistency
across platforms.
- According to the type definitions, "bookmarkStatus" was the expected key, and this change
aligns the implementation accordingly.
- This update standardizes the key across implementations, reducing potential confusion for
developers and improving cross-platform compatibility.
No functional changes beyond renaming the key.
* Apply suggestions from code review
* Create flat-pumpkins-matter.md
---------
Co-authored-by: Vojtech Novak <vonovak@gmail.com>1 parent 5d0bf08 commit c7166b1
File tree
2 files changed
+7
-2
lines changed- .changeset
- packages/document-picker/android/src/main/java/com/reactnativedocumentpicker
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments