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
2025-01-16 08:15:49 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6add7b6565e287912185b198c77b31f7818595d7
6add7b65
1 parent
5c0d5e0c
remove redundant release
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScanner.kt
android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScanner.kt
View file @
6add7b6
...
...
@@ -478,8 +478,6 @@ class MobileScanner(
it.zoomState.removeObservers(owner)
it.cameraState.removeObservers(owner)
}
textureEntry?.release()
textureEntry = null
// Unbind the camera use cases, the preview is a use case.
// The camera will be closed when the last use case is unbound.
...
...
Please
register
or
login
to post a comment