mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
fix: QR Code scanning
This commit is contained in:
parent
0433d8cf81
commit
127275782a
@ -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…
Reference in New Issue
Block a user