Loading core/java/android/webkit/WebView.java +6 −1 Original line number Diff line number Diff line Loading @@ -6248,7 +6248,12 @@ public class WebView extends AbsoluteLayout // resumes during this effect we will take a performance hit. See computeScroll; // we resume webcore there when the animation is finished. final int time = mScroller.getDuration(); // Suppress scrollbars for layer scrolling. if (mTouchMode != TOUCH_DRAG_LAYER_MODE) { awakenScrollBars(time); } invalidate(); } Loading Loading
core/java/android/webkit/WebView.java +6 −1 Original line number Diff line number Diff line Loading @@ -6248,7 +6248,12 @@ public class WebView extends AbsoluteLayout // resumes during this effect we will take a performance hit. See computeScroll; // we resume webcore there when the animation is finished. final int time = mScroller.getDuration(); // Suppress scrollbars for layer scrolling. if (mTouchMode != TOUCH_DRAG_LAYER_MODE) { awakenScrollBars(time); } invalidate(); } Loading