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
ryuta46
2023-04-13 05:17:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cb33219c7bfc866e06f47f8fd9b178cfaecb17d0
cb33219c
1 parent
cd894b45
bug: Fix error type.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
ios/Classes/MobileScanner.swift
ios/Classes/MobileScanner.swift
View file @
cb33219
...
...
@@ -294,10 +294,10 @@ public class MobileScanner: NSObject, AVCaptureVideoDataOutputSampleBufferDelega
}
///
S
et the zoom factor of the camera
///
Res
et the zoom factor of the camera
func
resetScale
()
throws
{
if
(
device
==
nil
)
{
throw
MobileScannerError
.
torch
WhenStopped
throw
MobileScannerError
.
zoom
WhenStopped
}
do
{
...
...
Please
register
or
login
to post a comment