Browse Source

improve quality of qr code

Users complaining they couldn't read the qr code, tested with different variations, this seems to work
fixqramount
ncoelho 5 years ago
committed by Overtorment
parent
commit
90127e9e56
  1. 1
      screen/receive/details.js

1
screen/receive/details.js

@ -95,6 +95,7 @@ export default class ReceiveDetails extends Component {
logoSize={90}
color={BlueApp.settings.foregroundColor}
logoBackgroundColor={BlueApp.settings.brandingColor}
ecl={'H'}
/>
)}
</View>

Loading…
Cancel
Save