Star4
155
代码介绍
代码
Issues59
Pull Requests62
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star4
155
  1. plugins
  2. /
  3. file
  4. /
  5. picker
  6. /
  7. filepicker
  8. /
  9. android
  10. /
  11. java
  12. /
  13. src
jinpeng0804jinpeng0804refactor(file-picker-android): eliminate global data by introducing requestId routing
01519012创建于 12 天前历史提交
文件最后提交记录最后更新时间
ohos/ace/plugin/file/fs
refactor(file-picker-android): eliminate global data by introducing requestId routing Replace static napienv/deferred globals with per-request PendingRequest map on DocumentFilePicker. Each select/save call gets a unique requestId that flows through JNI to Java and back, ensuring concurrent calls resolve independent Promises instead of overwriting each other. Old static members preserved for iOS compatibility. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Change-Id: Idcb9f48fd3308a351318aeb799914c69dd613cd4 Signed-off-by: jinpeng0804 <jinpeng0804@vip.qq.com>12 天前