Skip to content

Commit

Permalink
closes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Nov 26, 2018
1 parent 95325ca commit 96aea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/camera-plus.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const FLASH_MODE_ON = 'on';
const FLASH_MODE_OFF = 'off';
const CAMERA_FACING_FRONT = 1; // front camera
const CAMERA_FACING_BACK = 0; // rear camera
const RESULT_CODE_PICKER_IMAGES = 415161;
const RESULT_CODE_PICKER_IMAGES = 941;
const RESULT_OK = -1;

// Snapshot-friendly functions
Expand Down

0 comments on commit 96aea35

Please sign in to comment.