OSDN Git Service

Fix a WebView scrolling regression - bug 2633572.
authorAdam Powell <adamp@google.com>
Tue, 27 Apr 2010 18:45:38 +0000 (11:45 -0700)
committerAdam Powell <adamp@google.com>
Tue, 27 Apr 2010 18:45:38 +0000 (11:45 -0700)
commit7bcf5172aa454967ee05902fb97d867ef57e0aa8
tree8eee56ace0928f238cc9376e4ecf164611057605
parent2e4b98dcd88f14fdb35e46236ec916493c570f28
Fix a WebView scrolling regression - bug 2633572.

Update mLastTouchX/Y on every drag. This prevents the creation of
dead zones that the user has to drag back out of at the edges of
a document.

Change-Id: I348d96dfd3907dba7c6ddd86b678329d65063ba9
core/java/android/webkit/WebView.java