Merge pull request #141 from refilc/dev

dev to master
This commit is contained in:
Márton Kiss 2024-11-14 21:14:46 +01:00 committed by GitHub
commit 994d3085bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ description: "Egy nem hivatalos e-KRÉTA kliens, diákoktól diákoknak."
homepage: https://refilc.hu
publish_to: "none"
version: 5.0.6+276
version: 5.0.6+277
environment:
sdk: ">=3.3.2 <=3.4.3"

View File

@ -69,7 +69,7 @@ class _CodeScannerScreenState extends State<CodeScannerScreen> {
Widget _buildQrView(BuildContext context) {
var scanArea = (MediaQuery.of(context).size.width < 400 ||
MediaQuery.of(context).size.height < 400)
? 150.0
? 250.0
: 280.0;
return QRView(