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

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

am 66fa5cc7: am 99c5179f: Merge "Force redraw in touch_up if there is a move." into froyo

Merge commit '66fa5cc7' into kraken

* commit '66fa5cc7':
  Force redraw in touch_up if there is a move.
parents db5b7d01 66fa5cc7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4939,6 +4939,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 {