mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: lower density for animated QRs (closes #3862)
This commit is contained in:
parent
298add643d
commit
a5d17e139c
@ -41,7 +41,7 @@ export class DynamicQRCode extends Component<DynamicQRCodeProps, DynamicQRCodeSt
|
||||
fragments: string[] = [];
|
||||
|
||||
componentDidMount() {
|
||||
const { value, capacity = 200, hideControls = true } = this.props;
|
||||
const { value, capacity = 175, hideControls = true } = this.props;
|
||||
try {
|
||||
this.fragments = encodeUR(value, capacity);
|
||||
this.setState(
|
||||
|
Loading…
Reference in New Issue
Block a user