This commit is contained in:
Jenly
2020-03-29 17:21:43 +08:00
parent d3d98a3e90
commit 86dac6216b
7 changed files with 33 additions and 16 deletions

View File

@@ -156,6 +156,10 @@ public final class CameraManager {
framingRect = null;
framingRectInPreview = null;
}
isTorch = false;
if(onTorchListener!=null){
onTorchListener.onTorchChanged(false);
}
}
/**