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
2023-11-27 16:27:46 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c4a2f2cd402f574ab25f46f95d86674effb10a84
c4a2f2cd
1 parent
2455c6c6
fix bug with listener not being cleared
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScannerPermissions.kt
android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScannerPermissions.kt
View file @
c4a2f2c
...
...
@@ -70,6 +70,7 @@ class MobileScannerPermissions {
object: ResultCallback {
override fun onResult(errorCode: String?, errorDescription: String?) {
ongoing = false
listener = null
callback.onResult(errorCode, errorDescription)
}
}
...
...
Please
register
or
login
to post a comment