mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update ScanQRCode.js
This commit is contained in:
parent
fc0586007a
commit
9fee7968cd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ const ScanQRCode = ({
|
|||
|
||||
return (
|
||||
<View style={{ flex: 1, backgroundColor: '#000000' }}>
|
||||
{!!isLoading && (
|
||||
{!isLoading && (
|
||||
<RNCamera
|
||||
captureAudio={false}
|
||||
androidCameraPermissionOptions={{
|
||||
|
|
Loading…
Add table
Reference in a new issue