Bug 807990 - Scroll reader mode page by one page on double tap. r=lucasr,cwiiis

This commit is contained in:
Awad Mackie
2014-07-02 16:13:00 +02:00
parent c59e8fc540
commit 16a47627ba
3 changed files with 31 additions and 3 deletions

View File

@@ -1373,9 +1373,7 @@ class JavaPanZoomController
@Override
public boolean onDoubleTap(MotionEvent motionEvent) {
if (mTarget.getZoomConstraints().getAllowDoubleTapZoom()) {
sendPointToGecko("Gesture:DoubleTap", motionEvent);
}
sendPointToGecko("Gesture:DoubleTap", motionEvent);
return true;
}