| 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 天前 |