summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/NewCameraRootView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/ui/NewCameraRootView.java')
-rw-r--r--src/com/android/camera/ui/NewCameraRootView.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/com/android/camera/ui/NewCameraRootView.java b/src/com/android/camera/ui/NewCameraRootView.java
index 710d6d304..07b6ec623 100644
--- a/src/com/android/camera/ui/NewCameraRootView.java
+++ b/src/com/android/camera/ui/NewCameraRootView.java
@@ -181,15 +181,4 @@ public class NewCameraRootView extends FrameLayout {
}
}
}
-
- @Override
- public boolean dispatchTouchEvent(MotionEvent ev) {
- //TODO: This scale check is temporary, should be removed once full screen notification
- // is implemented
- if (((View) getParent()).getScaleX() == 1.0f) {
- return super.dispatchTouchEvent(ev);
- } else {
- return false;
- }
- }
}