chore: Disables fake barcode scan
Removes a temporary function used for development to ensure the application relies on actual scanner input.
This commit is contained in:
parent
ebad2300ec
commit
957a3df244
@ -307,7 +307,7 @@ class _ReceptionScanPageState extends ConsumerState<ReceptionScanPage>
|
||||
_InfoTextScan(),
|
||||
_ZoneScanBox(
|
||||
onTap: () {
|
||||
_fakeBarcode();
|
||||
// _fakeBarcode();
|
||||
qrcodeFound = false;
|
||||
mobileScannerController.start();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user