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

Commit 3403eb31 authored by Cary Clark's avatar Cary Clark
Browse files

refactor find state and scrolling

Separate out state when find is up and is empty.
Request a scroll when setting a match, rather than when drawing.
Don't draw if there's no match.

Companion fix in external/webkit and packages/apps/Browser

http://b/2370069
parent de023c1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2487,7 +2487,7 @@ public class WebView extends AbsoluteLayout
        return result;
    }

    /*
    /**
     * @hide
     */
    public void setFindIsUp(boolean isUp) {