We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61c157 commit 6a56c59Copy full SHA for 6a56c59
programming/android/user-guide.md
@@ -318,12 +318,7 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
318
@Override
319
public void onPause() {
320
super.onPause();
321
- try {
322
- mCamera.close();
323
- } catch (CameraEnhancerException e) {
324
- e.printStackTrace();
325
- }
326
-
+ mCamera.close();
327
mRouter.stopCapturing();
328
}
329
0 commit comments