summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PreviewGestures.java
diff options
context:
space:
mode:
authorGabriele M <moto.falcon.git@gmail.com>2017-03-11 20:07:59 +0100
committerBruno Martins <bgcngm@gmail.com>2018-11-20 12:31:36 +0000
commit5a3ec3caa76780b3adcd1e88282bf0337d2a6291 (patch)
tree73f3e2d02fc6e66ed178b4c4cbd2941616ecea6d /src/com/android/camera/PreviewGestures.java
parent6025b5aaf0105b5a1b34a876e81ca3c704538b4e (diff)
downloadandroid_packages_apps_Snap-5a3ec3caa76780b3adcd1e88282bf0337d2a6291.tar.gz
android_packages_apps_Snap-5a3ec3caa76780b3adcd1e88282bf0337d2a6291.tar.bz2
android_packages_apps_Snap-5a3ec3caa76780b3adcd1e88282bf0337d2a6291.zip
Never ignore finger swipes in gallery mode
Under certain conditions finger swipes are ignored. Steps to reproduce the bug: - Open left menu - Close menu choosing an option or tapping out of the preview - Tap preview of last picture in bottom left corner Swipes in the gallry should now be ignored until a right to left swipe is performed in the preview. Change-Id: I3928d84360266cca368265553a037192aa5d6780
Diffstat (limited to 'src/com/android/camera/PreviewGestures.java')
-rw-r--r--src/com/android/camera/PreviewGestures.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/camera/PreviewGestures.java b/src/com/android/camera/PreviewGestures.java
index e699e56fd..bee48ad53 100644
--- a/src/com/android/camera/PreviewGestures.java
+++ b/src/com/android/camera/PreviewGestures.java
@@ -264,10 +264,6 @@ public class PreviewGestures
return true;
}
- public boolean waitUntilNextDown() {
- return waitUntilNextDown;
- }
-
private MotionEvent makeCancelEvent(MotionEvent m) {
MotionEvent c = MotionEvent.obtain(m);
c.setAction(MotionEvent.ACTION_CANCEL);