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

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

am 3c44db3f: Merge "Missed a case to resumeUpdatePicture." into froyo

Merge commit '3c44db3f' into froyo-plus-aosp

* commit '3c44db3f':
  Missed a case to resumeUpdatePicture.
parents 71786ceb 3c44db3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6513,6 +6513,7 @@ public class WebView extends AbsoluteLayout
                                if (mDeferTouchMode == TOUCH_DRAG_MODE) {
                                    // no fling in defer process
                                    WebViewCore.resumePriority();
                                    WebViewCore.resumeUpdatePicture(mWebViewCore);
                                }
                                mDeferTouchMode = TOUCH_DONE_MODE;
                                break;