Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -226,7 +226,7 @@ class _MobileScannerState extends State<MobileScanner> | @@ -226,7 +226,7 @@ class _MobileScannerState extends State<MobileScanner> | ||
| 226 | valueListenable: _controller.startArguments, | 226 | valueListenable: _controller.startArguments, |
| 227 | builder: (context, value, child) { | 227 | builder: (context, value, child) { |
| 228 | if (value == null) { | 228 | if (value == null) { |
| 229 | - return __buildPlaceholderOrError(context, child); | 229 | + return __buildPlaceholderOrError(context, child); |
| 230 | } | 230 | } |
| 231 | 231 | ||
| 232 | if (widget.scanWindow != null) { | 232 | if (widget.scanWindow != null) { |
-
Please register or login to post a comment