mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +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[] = [];
|
fragments: string[] = [];
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
const { value, capacity = 200, hideControls = true } = this.props;
|
const { value, capacity = 175, hideControls = true } = this.props;
|
||||||
try {
|
try {
|
||||||
this.fragments = encodeUR(value, capacity);
|
this.fragments = encodeUR(value, capacity);
|
||||||
this.setState(
|
this.setState(
|
||||||
|
Loading…
Reference in New Issue
Block a user