Merge pull request #7578 from BlueWallet/scanningspeed

FIX: Scanning speed was limited by unused prop
This commit is contained in:
GLaDOS 2025-02-11 19:56:20 +00:00 committed by GitHub
commit 907e54938c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,8 +146,6 @@ const CameraScreen: React.FC<CameraScreenProps> = ({
onZoom={handleZoom}
onReadCode={handleReadCode}
torchMode={torchMode ? 'on' : 'off'}
shutterPhotoSound
maxPhotoQualityPrioritization="quality"
onOrientationChange={handleOrientationChange}
/>
</View>