You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On android if you open the picker and then hit back, the promise will reject here
There are 2 errors there:
it should not reject in a sense. It should simply return no file selected (empty array). This is not an error
seeing you return an error it means i need to filter it. Because my use won't care about Image picker activity result code 0 ;)
So the first thing is that your error should be easier to filter. Maybe a custom Error with a status code property?
And would you consider not rejecting on user just going back?
The text was updated successfully, but these errors were encountered:
On android if you open the picker and then hit back, the promise will reject here
There are 2 errors there:
Image picker activity result code 0
;)So the first thing is that your error should be easier to filter. Maybe a custom Error with a status code property?
And would you consider not rejecting on user just going back?
The text was updated successfully, but these errors were encountered: