Skip to content

Commit

Permalink
Update lib/entities/qr_scanner.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHatem28 authored Oct 22, 2024
1 parent 03f3db5 commit c5620cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entities/qr_scanner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class _BarcodeScannerSimpleState extends State<BarcodeScannerSimple> {
return AlertWithOneAction(
alertTitle: S.of(context).error,
alertContent: S.of(context).error_dialog_content,
buttonText: '',
buttonText: 'ok',
buttonAction: () {
Navigator.of(context).pop();
},
Expand Down

0 comments on commit c5620cb

Please sign in to comment.