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

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

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

parents 69bda632 eb94c44c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6509,6 +6509,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;