Skip to content

Commit

Permalink
Another stupid error in replacement qr_code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed May 29, 2024
1 parent 2e07e6f commit ed9bf4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fields/helpers/qr_code.dart.fdroid
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class QrCodeScanner extends StatelessWidget {

@override
Widget build(BuildContext context) {
final loc = AppLocalizations.of(context)!;
return Scaffold(
appBar: AppBar(
title: Text(loc.fieldWebsiteQR),
Expand Down

0 comments on commit ed9bf4c

Please sign in to comment.