Skip to content

Conversation

@adimiz1
Copy link
Contributor

@adimiz1 adimiz1 commented Mar 20, 2024

Brief Summary of Changes

On Android we have to supply type as part of the file payload.

What does this PR address?

  • GitHub issue (Add reference - #XX)
  • Refactoring
  • New feature
  • Bug fix
  • Adds more tests

Are tests included?

  • Yes
  • No

Reviewer, please note:

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I ran the full test suite before pushing the changes and all the tests pass.

return '*/*';
case undefined:
return 'image/*';
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would also add default: (future proofing) and potential bugs.

@adimiz1 adimiz1 merged commit facdd40 into master Mar 25, 2024
@adimiz1 adimiz1 deleted the fix/android_upload branch March 25, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants