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

Commit b398fb91 authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang Committed by Android (Google) Code Review
Browse files

Merge "Let double tap reflow text."

parents 12e343d6 8117e760
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -554,9 +554,7 @@ class ZoomManager {
        }

        if (settings.getLayoutAlgorithm() == WebSettings.LayoutAlgorithm.NARROW_COLUMNS
                && willScaleTriggerZoom(mTextWrapScale)
                // For tablet, not much need to reflow text w/o double tapping.
                && !settings.getUseFixedViewport()) {
                && willScaleTriggerZoom(mTextWrapScale)) {
            refreshZoomScale(true);
        } else if (!mInZoomOverview) {
            zoomToOverview();