Skip to content
Snippets Groups Projects
Commit e22208b0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SnapdragonCamera: Do not prompt remember location pop up twice."

parents 300be7c5 c9031f88
No related branches found
No related tags found
No related merge requests found
......@@ -606,7 +606,7 @@ public class PhotoModule
return;
}
Log.v(TAG, "onPreviewUIReady");
if (mCameraState == PREVIEW_STOPPED || mCameraState == INIT) {
if (mCameraState == PREVIEW_STOPPED) {
startPreview();
} else {
SurfaceHolder sh = mUI.getSurfaceHolder();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment