Merge "DO NOT MERGE Fix bug 3107560 - Edge glow appears delayed in WebView" into gingerbread
This commit is contained in:
@@ -5619,6 +5619,11 @@ public class WebView extends AbsoluteLayout
|
||||
overScrollBy(deltaX, deltaY, oldX, oldY,
|
||||
rangeX, rangeY,
|
||||
mOverscrollDistance, mOverscrollDistance, true);
|
||||
if (mEdgeGlowTop != null &&
|
||||
(!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished() ||
|
||||
!mEdgeGlowLeft.isFinished() || !mEdgeGlowRight.isFinished())) {
|
||||
invalidate();
|
||||
}
|
||||
}
|
||||
if (!getSettings().getBuiltInZoomControls()) {
|
||||
boolean showPlusMinus = mMinZoomScale < mMaxZoomScale;
|
||||
|
||||
Reference in New Issue
Block a user