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-10-31 11:09:01 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1ac9c710b792919b505379a5c35618b861cea4f
b1ac9c71
1 parent
2309bac6
remove Swift torch errors from the error enum
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
ios/Classes/MobileScannerError.swift
ios/Classes/MobileScannerError.swift
View file @
b1ac9c7
...
...
@@ -10,9 +10,7 @@ enum MobileScannerError: Error {
case
noCamera
case
alreadyStarted
case
alreadyStopped
case
torchError
(
_
error
:
Error
)
case
cameraError
(
_
error
:
Error
)
case
torchWhenStopped
case
zoomWhenStopped
case
zoomError
(
_
error
:
Error
)
case
analyzerError
(
_
error
:
Error
)
...
...
Please
register
or
login
to post a comment