summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/camera/NewPhotoUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/NewPhotoUI.java b/src/com/android/camera/NewPhotoUI.java
index d6e50574e..e3a098fb3 100644
--- a/src/com/android/camera/NewPhotoUI.java
+++ b/src/com/android/camera/NewPhotoUI.java
@@ -647,7 +647,7 @@ public class NewPhotoUI implements PieListener,
public void onPieOpened(int centerX, int centerY) {
//TODO: mActivity.cancelActivityTouchHandling();
//TODO: mActivity.setSwipingEnabled(false);
- dismissPopup(false);
+ dismissPopup();
if (mFaceView != null) {
mFaceView.setBlockDraw(true);
}