mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
FIX: Scanning speed was limited by unused prop
This commit is contained in:
parent
472b6c97ff
commit
f900f46deb
1 changed files with 0 additions and 2 deletions
|
@ -146,8 +146,6 @@ const CameraScreen: React.FC<CameraScreenProps> = ({
|
|||
onZoom={handleZoom}
|
||||
onReadCode={handleReadCode}
|
||||
torchMode={torchMode ? 'on' : 'off'}
|
||||
shutterPhotoSound
|
||||
maxPhotoQualityPrioritization="quality"
|
||||
onOrientationChange={handleOrientationChange}
|
||||
/>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Reference in a new issue