chore: Follow up qr code width

This commit is contained in:
Christian Kußowski 2023-03-12 17:39:04 +01:00
parent 0f10dfaf91
commit 535081b483
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class NewPrivateChatView extends StatelessWidget {
@override
Widget build(BuildContext context) {
final qrCodeSize =
min(MediaQuery.of(context).size.width - 16, 200).toDouble();
min(MediaQuery.of(context).size.width - 16, 256).toDouble();
return Scaffold(
appBar: AppBar(
leading: const BackButton(),

View File

@ -1,7 +1,7 @@
name: fluffychat
description: Chat with your friends.
publish_to: none
version: 1.10.0+3252
version: 1.10.0+3253
environment:
sdk: ">=2.12.0 <3.0.0"