Skip to content

Commit

Permalink
Revert "fix: camera doesn't load iou scan screen"
Browse files Browse the repository at this point in the history
This reverts commit 6d714a5.
  • Loading branch information
hannojg committed Feb 9, 2024
1 parent 9463e22 commit b53c772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const NavigationAwareCamera = React.forwardRef(({cameraTabIndex, ...props}, ref)
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}
isActive={isCameraActive}
photo={isCameraActive}
/>
);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ function IOURequestStepScan({
device={device}
style={[styles.flex1]}
zoom={device.neutralZoom}
photo
cameraTabIndex={1}
orientation="portrait"
/>
Expand Down

0 comments on commit b53c772

Please sign in to comment.