Skip to content

Commit

Permalink
Merge branch 'main' into sandbox/moscd3/openID-OCA-details-offer
Browse files Browse the repository at this point in the history
  • Loading branch information
MosCD3 committed Dec 18, 2024
2 parents dac70b1 + 054a63b commit d23794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/components/misc/QRScanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const QRScanner: React.FC<Props> = ({ handleCodeScan, error, enableCameraOnError
onDismissPressed={() => setShowErrorDetailsModal(false)}
/>
)}
<ScanCamera handleCodeScan={handleCodeScan} error={error} enableCameraOnError={enableCameraOnError}></ScanCamera>
<ScanCamera handleCodeScan={handleCodeScan} error={error} enableCameraOnError={enableCameraOnError} torchActive={torchActive}></ScanCamera>
<View style={{ flex: 1 }}>
<View style={styles.messageContainer}>
{error ? (
Expand Down

0 comments on commit d23794d

Please sign in to comment.