Skip to content

Commit 6a56c59

Browse files
update to internal commit 55ee296b
1 parent b61c157 commit 6a56c59

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

programming/android/user-guide.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,7 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
318318
@Override
319319
public void onPause() {
320320
super.onPause();
321-
try {
322-
mCamera.close();
323-
} catch (CameraEnhancerException e) {
324-
e.printStackTrace();
325-
}
326-
321+
mCamera.close();
327322
mRouter.stopCapturing();
328323
}
329324
}

0 commit comments

Comments
 (0)