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

Commit 810f5ccb authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Remove unnecessary calls to rebuildWebTextView.

Bug 2674635

Change-Id: Ib33a5486b880868de7182c36a22f204383c58149
parent 6b385b66
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6255,7 +6255,6 @@ public class WebView extends AbsoluteLayout
                    } else if (mPreventDefault != PREVENT_DEFAULT_YES) {
                        mTouchMode = TOUCH_DONE_MODE;
                        performLongClick();
                        rebuildWebTextView();
                    }
                    break;
                }
@@ -6588,7 +6587,6 @@ public class WebView extends AbsoluteLayout
                                if (hitTest != null && hitTest.mType
                                        != HitTestResult.UNKNOWN_TYPE) {
                                    performLongClick();
                                    rebuildWebTextView();
                                }
                                mDeferTouchMode = TOUCH_DONE_MODE;
                                break;