Update 2018-12-20-more-features.md

pull/501/head
Mattia Iavarone 5 years ago committed by GitHub
parent 299fd76472
commit 71f006c6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_posts/2018-12-20-more-features.md

@ -87,7 +87,7 @@ cameraView.setCameraAutoFocusResetDelay(1000); // 1 second
cameraView.setCameraAutoFocusResetDelay(0); // NO reset cameraView.setCameraAutoFocusResetDelay(0); // NO reset
cameraView.setCameraAutoFocusResetDelay(-1); // NO reset cameraView.setCameraAutoFocusResetDelay(-1); // NO reset
cameraView.setCameraAutoFocusResetDelay(Long.MAX_VALUE); // NO reset cameraView.setCameraAutoFocusResetDelay(Long.MAX_VALUE); // NO reset
```
### UI Orientation ### UI Orientation

Loading…
Cancel
Save