This commit is contained in:
Jenly
2020-03-29 17:01:42 +08:00
parent 5c16340d78
commit 888687e06a
7 changed files with 34 additions and 16 deletions

View File

@@ -155,6 +155,10 @@ public final class CameraManager {
framingRect = null;
framingRectInPreview = null;
}
isTorch = false;
if(onTorchListener!=null){
onTorchListener.onTorchChanged(false);
}
}
/**
@@ -182,6 +186,7 @@ public final class CameraManager {
previewCallback.setHandler(null, 0);
previewing = false;
}
}
/**