Skip to content

Instantly share code, notes, and snippets.

@piotrmadry
Last active January 1, 2019 20:19
Show Gist options
  • Save piotrmadry/7450cd278722b6294c3a781e1f922b0e to your computer and use it in GitHub Desktop.
Save piotrmadry/7450cd278722b6294c3a781e1f922b0e to your computer and use it in GitHub Desktop.
startActivityForResult(fileHelper.photoPickIntent(isFrontCameraAvailable(context)),
when (type) {
UploadType.Document -> AttachmentsCode.GALLERY_OR_CAMERA_RESULTS_DOCUMENT
UploadType.Proof -> AttachmentsCode.GALLERY_OR_CAMERA_RESULTS_PROOF
UploadType.Selfie -> AttachmentsCode.CAMERA_RESULTS_SELFIE
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment