summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PhotoUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/PhotoUI.java')
-rwxr-xr-x[-rw-r--r--]src/com/android/camera/PhotoUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/PhotoUI.java b/src/com/android/camera/PhotoUI.java
index 733868aad..bd892eda2 100644..100755
--- a/src/com/android/camera/PhotoUI.java
+++ b/src/com/android/camera/PhotoUI.java
@@ -559,7 +559,7 @@ public class PhotoUI implements PieListener,
}
public void initializeControlByIntent() {
- if (!mActivity.isSecureCamera()) {
+ if (!mActivity.isSecureCamera() && !mActivity.isCaptureIntent()) {
mThumbnail = (ImageView) mRootView.findViewById(R.id.preview_thumb);
mThumbnail.setOnClickListener(new OnClickListener() {
@Override