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-09-18 11:49:54 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0b8b5327791f40eccb9f356e692d5df097ae9a67
0b8b5327
1 parent
b73aa67d
format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScanner.kt
android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScanner.kt
View file @
0b8b532
...
...
@@ -120,12 +120,7 @@ class MobileScanner(
}
if (!returnImage) {
mobileScannerCallback(
barcodeMap,
null,
null,
null
)
mobileScannerCallback(barcodeMap, null, null, null)
return@addOnSuccessListener
}
...
...
Please
register
or
login
to post a comment