mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-12-23 12:59:20 +08:00
Stop scanning when pressed the cancel button iOS
This commit is contained in:
parent
dff8905f7c
commit
1581489f9b
@ -62,6 +62,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
- (void)viewWillDisappear:(BOOL)animated {
|
- (void)viewWillDisappear:(BOOL)animated {
|
||||||
|
[self.scanner stopScanning];
|
||||||
[super viewWillDisappear:animated];
|
[super viewWillDisappear:animated];
|
||||||
if ([self isFlashOn]) {
|
if ([self isFlashOn]) {
|
||||||
[self toggleFlash:NO];
|
[self toggleFlash:NO];
|
||||||
|
Loading…
Reference in New Issue
Block a user