Skip to content

Conversation

@farfromrefug
Copy link
Contributor

@farfromrefug farfromrefug commented May 7, 2024

The code was wrong and would end up with empty path. The reason is that the path field was set after an async iOS method without awaiting with a promise. The timeout fix was not an actual fix.It would fail in many cases (slow device, too many item selected).
Now we use an async and await, thus we can remove the setTimeout.
Also added :

  • augementAssetsInfo to allow for faster selection in many cases (no video selection for example) where thumbnail, copyToAppFolder, or filesize are not needed
  • resolveWhenDismissed to wait for dismiss before resolving. important to be allowed to show another modal without the need of a dangerous setTimeout.

Please test this before any release

The code was wrong and would end up with empty path. The timeout fix would not be working all the time
@cla-bot cla-bot bot added the cla: yes label May 7, 2024
@farfromrefug farfromrefug changed the title fix timeout and add augementAssetsInfo option fix: empty path in selected assets + added augementAssetsInfo option May 7, 2024
…ually resolving

+ added `resolveOnDismissed` to allow resolving only when completely dismissed (allowing to show another modal immediately)
@farfromrefug farfromrefug changed the title fix: empty path in selected assets + added augementAssetsInfo option fix: empty path in selected assets + added augementAssetsInfo and resolveWhenDismissed options May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants