Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ead13ca authored by Grace Kloba's avatar Grace Kloba Committed by Android Git Automerger
Browse files

am e5afb10c: am 66fa5cc7: am 99c5179f: Merge "Force redraw in touch_up if...

am e5afb10c: am 66fa5cc7: am 99c5179f: Merge "Force redraw in touch_up if there is a move." into froyo
parents c96a7b28 e5afb10c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4935,6 +4935,11 @@ public class WebView extends AbsoluteLayout
                                WebViewCore.pauseUpdatePicture(mWebViewCore);
                                // fall through to TOUCH_DRAG_MODE
                            } else {
                                // WebKit may consume the touch event and modify
                                // DOM. drawContentPicture() will be called with
                                // animateSroll as true for better performance.
                                // Force redraw in high-quality.
                                invalidate();
                                break;
                            }
                        } else {