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

Commit f79a819f authored by Cary Clark's avatar Cary Clark Committed by Android (Google) Code Review
Browse files

Merge "account for find dialog height when positioning layers"

parents 07863ab6 72ab9980
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3133,6 +3133,9 @@ public class WebView extends AbsoluteLayout
        metrics.mScrollY = computeVerticalScrollOffset();
        metrics.mWidth = getWidth();
        metrics.mHeight = getHeight() - getVisibleTitleHeight();
        if (mFindIsUp) {
            metrics.mHeight -= mFindHeight;
        }
        metrics.mInvScale = mInvActualScale;
        return metrics;
    }