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

Commit 17dd1aeb authored by Grace Kloba's avatar Grace Kloba
Browse files

When double tap zoom out to overview mode, force reveal the full

title bar if it is partial visible.

http://b/issue?id=2110583
parent f22b7410
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4517,6 +4517,8 @@ public class WebView extends AbsoluteLayout
            }
        }
        if (mInZoomOverview) {
            // Force the titlebar fully reveal in overview mode
            if (mScrollY < getTitleHeight()) mScrollY = 0;
            zoomWithPreview((float) getViewWidth() / mZoomOverviewWidth);
        } else {
            // mLastTouchX and mLastTouchY are the point in the current viewport