Possible fix for barcode scanner issues (#702)

* Possible fix for barcode scanner issues

Ref: https://github.com/juliansteenbakker/mobile_scanner/issues/1454#issuecomment-3329405748

* Bump release notes

* Bump app revision
This commit is contained in:
Oliver 2025-10-31 15:26:18 +11:00 committed by GitHub
parent 2b68c30568
commit 2f8f42822a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

@ -55,6 +55,7 @@ class _CameraBarcodeControllerState extends InvenTreeBarcodeControllerState {
@override
void dispose() {
super.dispose();
controller.dispose();
WakelockPlus.disable();
}