Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2024-05-27 10:52:30 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
14f534651d38758fde8c6f6a2b654f8a8a17a953
14f53465
1 parent
5b80d2c7
move barcode error code to constants on Android
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScannerHandler.kt
android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScannerHandler.kt
View file @
14f5346
...
...
@@ -67,7 +67,7 @@ class MobileScannerHandler(
private val errorCallback: MobileScannerErrorCallback = {error: String ->
barcodeHandler.publishEvent(mapOf(
"name" to
"error"
,
"name" to
MobileScannerErrorCodes.BARCODE_ERROR
,
"data" to error,
))
}
...
...
Please
register
or
login
to post a comment