fix: QR Code scanning
This commit is contained in:
parent
9f1e22da9d
commit
411599b6d2
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class NewPrivateChatView extends StatelessWidget {
|
|||
size: min(MediaQuery.of(context).size.width - 16, 200),
|
||||
embeddedImage: AssetImage('assets/share.png'),
|
||||
embeddedImageStyle: QrEmbeddedImageStyle(
|
||||
size: Size(64, 64),
|
||||
size: Size(48, 48),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue